Html Css Color HEX #EBC43B Saffron

📋 copy color: '#EBC43B'

red 235 ◦ green 196 ◦ blue 59

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

Shades of Saffron #EBC43B

Tints of Saffron #EBC43B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.04%

R = 47.96%
G = 40%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EBC43B (or 0xEBC43B) is known color: Saffron. HEX triplet: EB, C4 and 3B. RGB value is (235,196,59). Sum of RGB (Red+Green+Blue) = 235+196+59=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 59 (23.44% from 255 or 12.04% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC43B is #143BC4. Grayscale: #C0C0C0. Windows color (decimal): -1326021 or 3917035. OLE color: 3917035.

HSL color Cylindrical-coordinate representation of color #EBC43B: hue angle of 46.7º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBC43B is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 196 59 -
CMYK 0 0.17 0.75 0.08
HSL 46.7º 0.81% 0.58% -
HSV(B) 46.7º 0.75% 0.92% -
XYZ 54.79 57.46 12.34 -
YUV 192.04 52.92 158.64 -
System Red Green Blue C M Y K H S L
Decimal 235 196 59 0 0.17 0.75 0.08 46.7 0.81 0.58
Hex EB C4 3B 0 11 4B 8 2F 51 3A
Octal 353 304 73 0 21 113 10 57 121 72
Binary 11101011 11000100 111011 0 10001 1001011 1000 101111 1010001 111010

Color Harmonies of #EBC43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC43B

Black with #EBC43B

Text Example


Text Example

White with #EBC43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC43B; }

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

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

background-color css

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

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

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

border-color css

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

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

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