Html Css Color HEX #EBC339 Saffron

📋 copy color: '#EBC339'

red 235 ◦ green 195 ◦ blue 57

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

Shades of Saffron #EBC339

Tints of Saffron #EBC339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.7%

R = 48.25%
G = 40.04%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EBC339 (or 0xEBC339) is known color: Saffron. HEX triplet: EB, C3 and 39. RGB value is (235,195,57). Sum of RGB (Red+Green+Blue) = 235+195+57=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 57 (22.66% from 255 or 11.70% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC339 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC339 is #143CC6. Grayscale: #BFBFBF. Windows color (decimal): -1326279 or 3785707. OLE color: 3785707.

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

Color convert

RGB 235 195 57 -
CMYK 0 0.17 0.76 0.08
HSL 46.52º 0.82% 0.57% -
HSV(B) 46.52º 0.76% 0.92% -
XYZ 54.51 56.99 12 -
YUV 191.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 235 195 57 0 0.17 0.76 0.08 46.52 0.82 0.57
Hex EB C3 39 0 11 4C 8 2F 52 39
Octal 353 303 71 0 21 114 10 57 122 71
Binary 11101011 11000011 111001 0 10001 1001100 1000 101111 1010010 111001

Color Harmonies of #EBC339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC339

Black with #EBC339

Text Example


Text Example

White with #EBC339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC339; }

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

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

background-color css

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

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

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

border-color css

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

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

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