Html Css Color HEX #EBC432 Saffron

📋 copy color: '#EBC432'

red 235 ◦ green 196 ◦ blue 50

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

Shades of Saffron #EBC432

Tints of Saffron #EBC432

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.75%

 BLUE value IS 50 (19.92% from 255) = 10.4%

R = 48.86%
G = 40.75%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBC432 (or 0xEBC432) is known color: Saffron. HEX triplet: EB, C4 and 32. RGB value is (235,196,50). Sum of RGB (Red+Green+Blue) = 235+196+50=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC432 is #143BCD. Grayscale: #BFBFBF. Windows color (decimal): -1326030 or 3327211. OLE color: 3327211.

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

Color convert

RGB 235 196 50 -
CMYK 0 0.17 0.79 0.08
HSL 47.35º 0.82% 0.56% -
HSV(B) 47.35º 0.79% 0.92% -
XYZ 54.58 57.37 11.22 -
YUV 191.02 48.42 159.37 -
System Red Green Blue C M Y K H S L
Decimal 235 196 50 0 0.17 0.79 0.08 47.35 0.82 0.56
Hex EB C4 32 0 11 4F 8 2F 52 38
Octal 353 304 62 0 21 117 10 57 122 70
Binary 11101011 11000100 110010 0 10001 1001111 1000 101111 1010010 111000

Color Harmonies of #EBC432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC432

Black with #EBC432

Text Example


Text Example

White with #EBC432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC432; }

 p { color: rgb(235,196,50); }

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

background-color css

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

 a { background-color: rgb(235,196,50); }

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

border-color css

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

 span { border-color: rgb(235,196,50); }

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