Html Css Color HEX #EBC533 Saffron

📋 copy color: '#EBC533'

red 235 ◦ green 197 ◦ blue 51

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

Shades of Saffron #EBC533

Tints of Saffron #EBC533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.56%

R = 48.65%
G = 40.79%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBC533 (or 0xEBC533) is known color: Saffron. HEX triplet: EB, C5 and 33. RGB value is (235,197,51). Sum of RGB (Red+Green+Blue) = 235+197+51=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 51 (20.31% from 255 or 10.56% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC533 is #143ACC. Grayscale: #C0C0C0. Windows color (decimal): -1325773 or 3393003. OLE color: 3393003.

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

Color convert

RGB 235 197 51 -
CMYK 0 0.16 0.78 0.08
HSL 47.61º 0.82% 0.56% -
HSV(B) 47.61º 0.78% 0.92% -
XYZ 54.82 57.83 11.41 -
YUV 191.72 48.59 158.87 -
System Red Green Blue C M Y K H S L
Decimal 235 197 51 0 0.16 0.78 0.08 47.61 0.82 0.56
Hex EB C5 33 0 10 4E 8 30 52 38
Octal 353 305 63 0 20 116 10 60 122 70
Binary 11101011 11000101 110011 0 10000 1001110 1000 110000 1010010 111000

Color Harmonies of #EBC533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC533

Black with #EBC533

Text Example


Text Example

White with #EBC533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC533; }

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

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

background-color css

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

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

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

border-color css

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

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

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