Html Css Color HEX #EBC531 Saffron

📋 copy color: '#EBC531'

red 235 ◦ green 197 ◦ blue 49

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

Shades of Saffron #EBC531

Tints of Saffron #EBC531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.19%

R = 48.86%
G = 40.96%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBC531 (or 0xEBC531) is known color: Saffron. HEX triplet: EB, C5 and 31. RGB value is (235,197,49). Sum of RGB (Red+Green+Blue) = 235+197+49=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC531 is #143ACE. Grayscale: #C0C0C0. Windows color (decimal): -1325775 or 3261931. OLE color: 3261931.

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

Color convert

RGB 235 197 49 -
CMYK 0 0.16 0.79 0.08
HSL 47.74º 0.82% 0.56% -
HSV(B) 47.74º 0.79% 0.92% -
XYZ 54.78 57.82 11.18 -
YUV 191.49 47.59 159.03 -
System Red Green Blue C M Y K H S L
Decimal 235 197 49 0 0.16 0.79 0.08 47.74 0.82 0.56
Hex EB C5 31 0 10 4F 8 30 52 38
Octal 353 305 61 0 20 117 10 60 122 70
Binary 11101011 11000101 110001 0 10000 1001111 1000 110000 1010010 111000

Color Harmonies of #EBC531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC531

Black with #EBC531

Text Example


Text Example

White with #EBC531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC531; }

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

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

background-color css

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

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

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

border-color css

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

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

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