Html Css Color HEX #EBC936 Saffron

📋 copy color: '#EBC936'

red 235 ◦ green 201 ◦ blue 54

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

Shades of Saffron #EBC936

Tints of Saffron #EBC936

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.02%

 BLUE value IS 54 (21.48% from 255) = 11.02%

R = 47.96%
G = 41.02%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBC936 (or 0xEBC936) is known color: Saffron. HEX triplet: EB, C9 and 36. RGB value is (235,201,54). Sum of RGB (Red+Green+Blue) = 235+201+54=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 54 (21.48% from 255 or 11.02% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC936 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC936 is #1436C9. Grayscale: #C3C3C3. Windows color (decimal): -1324746 or 3590635. OLE color: 3590635.

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

Color convert

RGB 235 201 54 -
CMYK 0 0.14 0.77 0.08
HSL 48.73º 0.82% 0.57% -
HSV(B) 48.73º 0.77% 0.92% -
XYZ 55.81 59.7 12.07 -
YUV 194.41 48.76 156.95 -
System Red Green Blue C M Y K H S L
Decimal 235 201 54 0 0.14 0.77 0.08 48.73 0.82 0.57
Hex EB C9 36 0 E 4D 8 31 52 39
Octal 353 311 66 0 16 115 10 61 122 71
Binary 11101011 11001001 110110 0 1110 1001101 1000 110001 1010010 111001

Color Harmonies of #EBC936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC936

Black with #EBC936

Text Example


Text Example

White with #EBC936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC936; }

 p { color: rgb(235,201,54); }

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

background-color css

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

 a { background-color: rgb(235,201,54); }

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

border-color css

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

 span { border-color: rgb(235,201,54); }

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