Html Css Color HEX #EBC334 Saffron

📋 copy color: '#EBC334'

red 235 ◦ green 195 ◦ blue 52

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

Shades of Saffron #EBC334

Tints of Saffron #EBC334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.46%

 BLUE value IS 52 (20.7% from 255) = 10.79%

R = 48.76%
G = 40.46%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBC334 (or 0xEBC334) is known color: Saffron. HEX triplet: EB, C3 and 34. RGB value is (235,195,52). Sum of RGB (Red+Green+Blue) = 235+195+52=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC334 is #143CCB. Grayscale: #BFBFBF. Windows color (decimal): -1326284 or 3458027. OLE color: 3458027.

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

Color convert

RGB 235 195 52 -
CMYK 0 0.17 0.78 0.08
HSL 46.89º 0.82% 0.56% -
HSV(B) 46.89º 0.78% 0.92% -
XYZ 54.4 56.94 11.37 -
YUV 190.66 49.75 159.63 -
System Red Green Blue C M Y K H S L
Decimal 235 195 52 0 0.17 0.78 0.08 46.89 0.82 0.56
Hex EB C3 34 0 11 4E 8 2F 52 38
Octal 353 303 64 0 21 116 10 57 122 70
Binary 11101011 11000011 110100 0 10001 1001110 1000 101111 1010010 111000

Color Harmonies of #EBC334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC334

Black with #EBC334

Text Example


Text Example

White with #EBC334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC334; }

 p { color: rgb(235,195,52); }

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

background-color css

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

 a { background-color: rgb(235,195,52); }

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

border-color css

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

 span { border-color: rgb(235,195,52); }

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