#EDDF83

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

Shades of Light Goldenrod #EDDF83

Tints of Light Goldenrod #EDDF83

Color information

#EDDF83 (or 0xEDDF83) is unknown color: approx Light Goldenrod. HEX triplet: ED, DF and 83. RGB value is (237,223,131). Sum of RGB (Red+Green+Blue) = 237+223+131=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 131 (51.56% from 255 or 22.17% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF83 is #12207C. Grayscale: #D9D9D9. Windows color (decimal): -1187965 or 8642541. OLE color: 8642541.

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

Color convert

RGB237223131-
CMYK00.060.450.07
HSL52.08º74.65%72.16%-
HSV(B)52.08º44.73%92.94%-
XYZ65.4172.4232-
YUV216.779.64142.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 131 (51.56% from 255) = 22.17%
R=40.10%
G=37.73%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722313100.060.450.0752.0874.6572.16
HexEDDF83062D7344b48
Octal3553372030655764113110
Binary111011011101111110000011011010110111111010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF83; }

 p { color: rgb(237,223,131); }

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

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

 a { background-color: rgb(237,223,131); }

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

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

 span { border-color: rgb(237,223,131); }

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