Html Css Color HEX #ECC038 Saffron

📋 copy color: '#ECC038'

red 236 ◦ green 192 ◦ blue 56

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

Shades of Saffron #ECC038

Tints of Saffron #ECC038

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.67%

 BLUE value IS 56 (22.27% from 255) = 11.57%

R = 48.76%
G = 39.67%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ECC038 (or 0xECC038) is known color: Saffron. HEX triplet: EC, C0 and 38. RGB value is (236,192,56). Sum of RGB (Red+Green+Blue) = 236+192+56=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 56 (22.27% from 255 or 11.57% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC038 is #133FC7. Grayscale: #BEBEBE. Windows color (decimal): -1261512 or 3719404. OLE color: 3719404.

HSL color Cylindrical-coordinate representation of color #ECC038: hue angle of 45.33º degrees, saturation: 0.83, 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 #ECC038 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 192 56 -
CMYK 0 0.19 0.76 0.07
HSL 45.33º 0.83% 0.57% -
HSV(B) 45.33º 0.76% 0.93% -
XYZ 54.16 55.82 11.66 -
YUV 189.65 52.58 161.06 -
System Red Green Blue C M Y K H S L
Decimal 236 192 56 0 0.19 0.76 0.07 45.33 0.83 0.57
Hex EC C0 38 0 13 4C 7 2D 53 39
Octal 354 300 70 0 23 114 7 55 123 71
Binary 11101100 11000000 111000 0 10011 1001100 111 101101 1010011 111001

Color Harmonies of #ECC038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC038

Black with #ECC038

Text Example


Text Example

White with #ECC038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC038; }

 p { color: rgb(236,192,56); }

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

background-color css

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

 a { background-color: rgb(236,192,56); }

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

border-color css

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

 span { border-color: rgb(236,192,56); }

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