#EDE285

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

Shades of Light Goldenrod #EDE285

Tints of Light Goldenrod #EDE285

Color information

#EDE285 (or 0xEDE285) is unknown color: approx Light Goldenrod. HEX triplet: ED, E2 and 85. RGB value is (237,226,133). Sum of RGB (Red+Green+Blue) = 237+226+133=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE285 is #121D7A. Grayscale: #DBDBDB. Windows color (decimal): -1187195 or 8774381. OLE color: 8774381.

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

Color convert

RGB237226133-
CMYK00.050.440.07
HSL53.65º74.29%72.55%-
HSV(B)53.65º43.88%92.94%-
XYZ66.3674.0932.99-
YUV218.6979.64141.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 226 (88.67% from 255) = 37.92%
BLUE value IS 133 (52.34% from 255) = 22.32%
R=39.77%
G=37.92%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722613300.050.440.0753.6574.2972.55
HexEDE285052C7364a49
Octal3553422050554766112111
Binary111011011110001010000101010110110011111011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE285; }

 p { color: rgb(237,226,133); }

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

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

 a { background-color: rgb(237,226,133); }

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

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

 span { border-color: rgb(237,226,133); }

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