#ECDB78

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

Shades of Flax #ECDB78

Tints of Flax #ECDB78

Color information

#ECDB78 (or 0xECDB78) is unknown color: approx Flax. HEX triplet: EC, DB and 78. RGB value is (236,219,120). Sum of RGB (Red+Green+Blue) = 236+219+120=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 120 (47.27% from 255 or 20.87% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB78 is #132487. Grayscale: #D5D5D5. Windows color (decimal): -1254536 or 7920620. OLE color: 7920620.

HSL color Cylindrical-coordinate representation of color #ECDB78: hue angle of 51.21º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECDB78 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB236219120-
CMYK00.070.490.07
HSL51.21º75.32%69.8%-
HSV(B)51.21º49.15%92.55%-
XYZ63.3169.8527.92-
YUV212.875.63144.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.04%
GREEN value IS 219 (85.94% from 255) = 38.09%
BLUE value IS 120 (47.27% from 255) = 20.87%
R=41.04%
G=38.09%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621912000.070.490.0751.2175.3269.8
HexECDB7807317334b46
Octal3543331700761763113106
Binary11101100110110111111000011111000111111001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDB78; }

 p { color: rgb(236,219,120); }

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

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

 a { background-color: rgb(236,219,120); }

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

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

 span { border-color: rgb(236,219,120); }

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