Html Css Color HEX #EBC737 Saffron

📋 copy color: '#EBC737'

red 235 ◦ green 199 ◦ blue 55

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

Shades of Saffron #EBC737

Tints of Saffron #EBC737

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.7%

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

R = 48.06%
G = 40.7%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBC737 (or 0xEBC737) is known color: Saffron. HEX triplet: EB, C7 and 37. RGB value is (235,199,55). Sum of RGB (Red+Green+Blue) = 235+199+55=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 55 (21.88% from 255 or 11.25% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC737 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC737 is #1438C8. Grayscale: #C1C1C1. Windows color (decimal): -1325257 or 3655659. OLE color: 3655659.

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

Color convert

RGB 235 199 55 -
CMYK 0 0.15 0.77 0.08
HSL 48º 0.82% 0.57% -
HSV(B) 48º 0.77% 0.92% -
XYZ 55.37 58.78 12.04 -
YUV 193.35 49.93 157.71 -
System Red Green Blue C M Y K H S L
Decimal 235 199 55 0 0.15 0.77 0.08 48 0.82 0.57
Hex EB C7 37 0 F 4D 8 30 52 39
Octal 353 307 67 0 17 115 10 60 122 71
Binary 11101011 11000111 110111 0 1111 1001101 1000 110000 1010010 111001

Color Harmonies of #EBC737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC737

Black with #EBC737

Text Example


Text Example

White with #EBC737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC737; }

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

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

background-color css

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

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

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

border-color css

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

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

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