#ECDF8A

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

Shades of Light Goldenrod #ECDF8A

Tints of Light Goldenrod #ECDF8A

Color information

#ECDF8A (or 0xECDF8A) is unknown color: approx Light Goldenrod. HEX triplet: EC, DF and 8A. RGB value is (236,223,138). Sum of RGB (Red+Green+Blue) = 236+223+138=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF8A is #132075. Grayscale: #D9D9D9. Windows color (decimal): -1253494 or 9101292. OLE color: 9101292.

HSL color Cylindrical-coordinate representation of color #ECDF8A: hue angle of 52.04º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECDF8A is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB236223138-
CMYK00.060.420.07
HSL52.04º72.06%73.33%-
HSV(B)52.04º41.53%92.55%-
XYZ65.5772.4434.57-
YUV217.283.31141.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.53%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 138 (54.30% from 255) = 23.12%
R=39.53%
G=37.35%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622313800.060.420.0752.0472.0673.33
HexECDF8A062A7344849
Octal3543372120652764110111
Binary111011001101111110001010011010101011111010010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDF8A; }

 p { color: rgb(236,223,138); }

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

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

 a { background-color: rgb(236,223,138); }

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

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

 span { border-color: rgb(236,223,138); }

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