Html Css Color HEX #EDDD81 Light Goldenrod

📋 copy color: '#EDDD81'

red 237 ◦ green 221 ◦ blue 129

#EDDD81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Goldenrod #EDDD81

Tints of Light Goldenrod #EDDD81

RGB

 RED value IS 237 (92.97% from 255) = 40.37%

 GREEN value IS 221 (86.72% from 255) = 37.65%

 BLUE value IS 129 (50.78% from 255) = 21.98%

R = 40.37%
G = 37.65%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDDD81 (or 0xEDDD81) is known color: Light Goldenrod. HEX triplet: ED, DD and 81. RGB value is (237,221,129). Sum of RGB (Red+Green+Blue) = 237+221+129=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 129 (50.78% from 255 or 21.98% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD81 is #12227E. Grayscale: #D7D7D7. Windows color (decimal): -1188479 or 8510957. OLE color: 8510957.

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

Color convert

RGB 237 221 129 -
CMYK 0 0.07 0.46 0.07
HSL 51.11º 0.75% 0.72% -
HSV(B) 51.11º 0.46% 0.93% -
XYZ 64.74 71.3 31.12 -
YUV 215.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 237 221 129 0 0.07 0.46 0.07 51.11 0.75 0.72
Hex ED DD 81 0 7 2E 7 33 4B 48
Octal 355 335 201 0 7 56 7 63 113 110
Binary 11101101 11011101 10000001 0 111 101110 111 110011 1001011 1001000

Color Harmonies of #EDDD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD81

Black with #EDDD81

Text Example


Text Example

White with #EDDD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD81; }

 p { color: rgb(237,221,129); }

 H1.HeaderClassName
 {
   color: #EDDD81;
 }
 .AnyTagClassName
 {
   color: #EDDD81;
 }
</style>

background-color css

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

 a { background-color: rgb(237,221,129); }

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

border-color css

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

 span { border-color: rgb(237,221,129); }

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