Html Css Color HEX #EDDD84 Light Goldenrod

📋 copy color: '#EDDD84'

red 237 ◦ green 221 ◦ blue 132

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

Shades of Light Goldenrod #EDDD84

Tints of Light Goldenrod #EDDD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.37%

R = 40.17%
G = 37.46%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDDD84 (or 0xEDDD84) is known color: Light Goldenrod. HEX triplet: ED, DD and 84. RGB value is (237,221,132). Sum of RGB (Red+Green+Blue) = 237+221+132=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 132 (51.95% from 255 or 22.37% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD84 is #12227B. Grayscale: #D8D8D8. Windows color (decimal): -1188476 or 8707565. OLE color: 8707565.

HSL color Cylindrical-coordinate representation of color #EDDD84: hue angle of 50.86º degrees, saturation: 0.74, 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 #EDDD84 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 221 132 -
CMYK 0 0.07 0.44 0.07
HSL 50.86º 0.74% 0.72% -
HSV(B) 50.86º 0.44% 0.93% -
XYZ 64.95 71.38 32.19 -
YUV 215.64 80.8 143.24 -
System Red Green Blue C M Y K H S L
Decimal 237 221 132 0 0.07 0.44 0.07 50.86 0.74 0.72
Hex ED DD 84 0 7 2C 7 33 4A 48
Octal 355 335 204 0 7 54 7 63 112 110
Binary 11101101 11011101 10000100 0 111 101100 111 110011 1001010 1001000

Color Harmonies of #EDDD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD84

Black with #EDDD84

Text Example


Text Example

White with #EDDD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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