#ECDF85

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

Shades of Light Goldenrod #ECDF85

Tints of Light Goldenrod #ECDF85

Color information

#ECDF85 (or 0xECDF85) is unknown color: approx Light Goldenrod. HEX triplet: EC, DF and 85. RGB value is (236,223,133). Sum of RGB (Red+Green+Blue) = 236+223+133=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF85 is #13207A. Grayscale: #D9D9D9. Windows color (decimal): -1253499 or 8773612. OLE color: 8773612.

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

Color convert

RGB236223133-
CMYK00.060.440.07
HSL52.43º73.05%72.35%-
HSV(B)52.43º43.64%92.55%-
XYZ65.2172.332.71-
YUV216.6380.81141.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 223 (87.5% from 255) = 37.67%
BLUE value IS 133 (52.34% from 255) = 22.47%
R=39.86%
G=37.67%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622313300.060.440.0752.4373.0572.35
HexECDF85062C7344948
Octal3543372050654764111110
Binary111011001101111110000101011010110011111010010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDF85; }

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

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

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

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

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

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

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

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