Html Css Color HEX #ECC239 Saffron

📋 copy color: '#ECC239'

red 236 ◦ green 194 ◦ blue 57

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

Shades of Saffron #ECC239

Tints of Saffron #ECC239

RGB

 RED value IS 236 (92.58% from 255) = 48.46%

 GREEN value IS 194 (76.17% from 255) = 39.84%

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

R = 48.46%
G = 39.84%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ECC239 (or 0xECC239) is known color: Saffron. HEX triplet: EC, C2 and 39. RGB value is (236,194,57). Sum of RGB (Red+Green+Blue) = 236+194+57=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 57 (22.66% from 255 or 11.70% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC239 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC239 is #133DC6. Grayscale: #BFBFBF. Windows color (decimal): -1260999 or 3785452. OLE color: 3785452.

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

Color convert

RGB 236 194 57 -
CMYK 0 0.18 0.76 0.07
HSL 45.92º 0.82% 0.57% -
HSV(B) 45.92º 0.76% 0.93% -
XYZ 54.62 56.71 11.94 -
YUV 190.94 52.41 160.14 -
System Red Green Blue C M Y K H S L
Decimal 236 194 57 0 0.18 0.76 0.07 45.92 0.82 0.57
Hex EC C2 39 0 12 4C 7 2E 52 39
Octal 354 302 71 0 22 114 7 56 122 71
Binary 11101100 11000010 111001 0 10010 1001100 111 101110 1010010 111001

Color Harmonies of #ECC239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC239

Black with #ECC239

Text Example


Text Example

White with #ECC239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC239; }

 p { color: rgb(236,194,57); }

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

background-color css

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

 a { background-color: rgb(236,194,57); }

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

border-color css

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

 span { border-color: rgb(236,194,57); }

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