Html Css Color HEX #EBC239 Saffron

📋 copy color: '#EBC239'

red 235 ◦ green 194 ◦ blue 57

#EBC239
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saffron #EBC239

Tints of Saffron #EBC239

RGB

 RED value IS 235 (92.19% from 255) = 48.35%

 GREEN value IS 194 (76.17% from 255) = 39.92%

 BLUE value IS 57 (22.66% from 255) = 11.73%

R = 48.35%
G = 39.92%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EBC239 (or 0xEBC239) is known color: Saffron. HEX triplet: EB, C2 and 39. RGB value is (235,194,57). Sum of RGB (Red+Green+Blue) = 235+194+57=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 57 (22.66% from 255 or 11.73% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC239 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC239 is #143DC6. Grayscale: #BFBFBF. Windows color (decimal): -1326535 or 3785451. OLE color: 3785451.

HSL color Cylindrical-coordinate representation of color #EBC239: hue angle of 46.18º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EBC239 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 57 -
CMYK 0 0.17 0.76 0.08
HSL 46.18º 0.82% 0.57% -
HSV(B) 46.18º 0.76% 0.92% -
XYZ 54.29 56.54 11.92 -
YUV 190.64 52.58 159.64 -
System Red Green Blue C M Y K H S L
Decimal 235 194 57 0 0.17 0.76 0.08 46.18 0.82 0.57
Hex EB C2 39 0 11 4C 8 2E 52 39
Octal 353 302 71 0 21 114 10 56 122 71
Binary 11101011 11000010 111001 0 10001 1001100 1000 101110 1010010 111001

Color Harmonies of #EBC239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC239

Black with #EBC239

Text Example


Text Example

White with #EBC239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC239; }

 p { color: rgb(235,194,57); }

 H1.HeaderClassName
 {
   color: #EBC239;
 }
 .AnyTagClassName
 {
   color: #EBC239;
 }
</style>

background-color css

<style>
 a { background-color: #EBC239; }

 a { background-color: rgb(235,194,57); }

 div.DivClassName
 {
   background-color: #EBC239;
 }
 .BgClassName
 {
   background-color: #EBC239;
 }
</style>

border-color css

<style>
 span { border-color: #EBC239; }

 span { border-color: rgb(235,194,57); }

 td.TdClassName
 {
   border-color: #EBC239;
 }
 .TagClassName
 {
   border-color: #EBC239;
 }
</style>