#ECD68F

Color #ECD68F Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #ECD68F

Tints of Double Colonial White #ECD68F

Color information

#ECD68F (or 0xECD68F) is unknown color: approx Double Colonial White. HEX triplet: EC, D6 and 8F. RGB value is (236,214,143). Sum of RGB (Red+Green+Blue) = 236+214+143=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 143 (56.25% from 255 or 24.11% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD68F is #132970. Grayscale: #D4D4D4. Windows color (decimal): -1255793 or 9426668. OLE color: 9426668.

HSL color Cylindrical-coordinate representation of color #ECD68F: hue angle of 45.81º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECD68F is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB236214143-
CMYK00.090.390.07
HSL45.81º70.99%74.31%-
HSV(B)45.81º39.41%92.55%-
XYZ63.667.9135.74-
YUV212.4888.79144.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 214 (83.98% from 255) = 36.09%
BLUE value IS 143 (56.25% from 255) = 24.11%
R=39.80%
G=36.09%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621414300.090.390.0745.8170.9974.31
HexECD68F092772e474a
Octal35432621701147756107112
Binary1110110011010110100011110100110011111110111010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD68F; }

 p { color: rgb(236,214,143); }

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

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

 a { background-color: rgb(236,214,143); }

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

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

 span { border-color: rgb(236,214,143); }

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