Html Css Color HEX #EBC537 Saffron

📋 copy color: '#EBC537'

red 235 ◦ green 197 ◦ blue 55

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

Shades of Saffron #EBC537

Tints of Saffron #EBC537

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.45%

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

R = 48.25%
G = 40.45%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBC537 (or 0xEBC537) is known color: Saffron. HEX triplet: EB, C5 and 37. RGB value is (235,197,55). Sum of RGB (Red+Green+Blue) = 235+197+55=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 55 (21.88% from 255 or 11.29% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC537 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC537 is #143AC8. Grayscale: #C0C0C0. Windows color (decimal): -1325769 or 3655147. OLE color: 3655147.

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

Color convert

RGB 235 197 55 -
CMYK 0 0.16 0.77 0.08
HSL 47.33º 0.82% 0.57% -
HSV(B) 47.33º 0.77% 0.92% -
XYZ 54.92 57.87 11.89 -
YUV 192.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 235 197 55 0 0.16 0.77 0.08 47.33 0.82 0.57
Hex EB C5 37 0 10 4D 8 2F 52 39
Octal 353 305 67 0 20 115 10 57 122 71
Binary 11101011 11000101 110111 0 10000 1001101 1000 101111 1010010 111001

Color Harmonies of #EBC537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC537

Black with #EBC537

Text Example


Text Example

White with #EBC537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC537; }

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

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

background-color css

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

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

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

border-color css

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

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

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