Html Css Color HEX #EBC039 Saffron

📋 copy color: '#EBC039'

red 235 ◦ green 192 ◦ blue 57

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

Shades of Saffron #EBC039

Tints of Saffron #EBC039

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.67%

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

R = 48.55%
G = 39.67%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EBC039 (or 0xEBC039) is known color: Saffron. HEX triplet: EB, C0 and 39. RGB value is (235,192,57). Sum of RGB (Red+Green+Blue) = 235+192+57=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 57 (22.66% from 255 or 11.78% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC039 is #143FC6. Grayscale: #BEBEBE. Windows color (decimal): -1327047 or 3784939. OLE color: 3784939.

HSL color Cylindrical-coordinate representation of color #EBC039: hue angle of 45.51º 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 #EBC039 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 57 -
CMYK 0 0.18 0.76 0.08
HSL 45.51º 0.82% 0.57% -
HSV(B) 45.51º 0.76% 0.92% -
XYZ 53.85 55.66 11.78 -
YUV 189.47 53.25 160.48 -
System Red Green Blue C M Y K H S L
Decimal 235 192 57 0 0.18 0.76 0.08 45.51 0.82 0.57
Hex EB C0 39 0 12 4C 8 2E 52 39
Octal 353 300 71 0 22 114 10 56 122 71
Binary 11101011 11000000 111001 0 10010 1001100 1000 101110 1010010 111001

Color Harmonies of #EBC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC039

Black with #EBC039

Text Example


Text Example

White with #EBC039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC039; }

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

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

background-color css

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

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

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

border-color css

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

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

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