Html Css Color HEX #EBC336 Saffron

📋 copy color: '#EBC336'

red 235 ◦ green 195 ◦ blue 54

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

Shades of Saffron #EBC336

Tints of Saffron #EBC336

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.29%

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

R = 48.55%
G = 40.29%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBC336 (or 0xEBC336) is known color: Saffron. HEX triplet: EB, C3 and 36. RGB value is (235,195,54). Sum of RGB (Red+Green+Blue) = 235+195+54=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC336 is #143CC9. Grayscale: #BFBFBF. Windows color (decimal): -1326282 or 3589099. OLE color: 3589099.

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

Color convert

RGB 235 195 54 -
CMYK 0 0.17 0.77 0.08
HSL 46.74º 0.82% 0.57% -
HSV(B) 46.74º 0.77% 0.92% -
XYZ 54.44 56.96 11.61 -
YUV 190.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 235 195 54 0 0.17 0.77 0.08 46.74 0.82 0.57
Hex EB C3 36 0 11 4D 8 2F 52 39
Octal 353 303 66 0 21 115 10 57 122 71
Binary 11101011 11000011 110110 0 10001 1001101 1000 101111 1010010 111001

Color Harmonies of #EBC336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC336

Black with #EBC336

Text Example


Text Example

White with #EBC336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC336; }

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

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

background-color css

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

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

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

border-color css

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

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

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