#ECC238

Color #ECC238 Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #ECC238

Tints of Saffron #ECC238

Color information

#ECC238 (or 0xECC238) is unknown color: approx Saffron. HEX triplet: EC, C2 and 38. RGB value is (236,194,56). Sum of RGB (Red+Green+Blue) = 236+194+56=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 56 (22.27% from 255 or 11.52% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC238 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC238 is #133DC7. Grayscale: #BFBFBF. Windows color (decimal): -1261000 or 3719916. OLE color: 3719916.

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

Color convert

RGB23619456-
CMYK00.180.760.07
HSL46º82.57%57.25%-
HSV(B)46º76.27%92.55%-
XYZ54.656.711.81-
YUV190.8351.91160.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.56%
GREEN value IS 194 (76.17% from 255) = 39.92%
BLUE value IS 56 (22.27% from 255) = 11.52%
R=48.56%
G=39.92%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361945600.180.760.074682.5757.25
HexECC2380124C72e5339
Octal3543027002211475612371
Binary111011001100001011100001001010011001111011101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC238; }

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

 H1.HeaderClassName
 {
   color: #ECC238;
 }
 .AnyTagClassName
 {
   color: #ECC238;
 }
</style>
background-color css

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

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

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

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

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

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