Html Css Color HEX #EBC237 Saffron

📋 copy color: '#EBC237'

red 235 ◦ green 194 ◦ blue 55

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

Shades of Saffron #EBC237

Tints of Saffron #EBC237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.36%

R = 48.55%
G = 40.08%
B = 11.36%

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

#EBC237 (or 0xEBC237) is known color: Saffron. HEX triplet: EB, C2 and 37. RGB value is (235,194,55). Sum of RGB (Red+Green+Blue) = 235+194+55=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 55 (21.88% from 255 or 11.36% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC237 is #143DC8. Grayscale: #BFBFBF. Windows color (decimal): -1326537 or 3654379. OLE color: 3654379.

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

Color convert

RGB 235 194 55 -
CMYK 0 0.17 0.77 0.08
HSL 46.33º 0.82% 0.57% -
HSV(B) 46.33º 0.77% 0.92% -
XYZ 54.24 56.52 11.67 -
YUV 190.41 51.58 159.8 -
System Red Green Blue C M Y K H S L
Decimal 235 194 55 0 0.17 0.77 0.08 46.33 0.82 0.57
Hex EB C2 37 0 11 4D 8 2E 52 39
Octal 353 302 67 0 21 115 10 56 122 71
Binary 11101011 11000010 110111 0 10001 1001101 1000 101110 1010010 111001

Color Harmonies of #EBC237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC237

Black with #EBC237

Text Example


Text Example

White with #EBC237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC237; }

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

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

background-color css

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

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

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

border-color css

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

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

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