Html Css Color HEX #EDDF81 Light Goldenrod

📋 copy color: '#EDDF81'

red 237 ◦ green 223 ◦ blue 129

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

Shades of Light Goldenrod #EDDF81

Tints of Light Goldenrod #EDDF81

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.86%

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

R = 40.24%
G = 37.86%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDDF81 (or 0xEDDF81) is known color: Light Goldenrod. HEX triplet: ED, DF and 81. RGB value is (237,223,129). Sum of RGB (Red+Green+Blue) = 237+223+129=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 129 (50.78% from 255 or 21.90% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF81 is #12207E. Grayscale: #D8D8D8. Windows color (decimal): -1187967 or 8511469. OLE color: 8511469.

HSL color Cylindrical-coordinate representation of color #EDDF81: hue angle of 52.22º 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 #EDDF81 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 129 -
CMYK 0 0.06 0.46 0.07
HSL 52.22º 0.75% 0.72% -
HSV(B) 52.22º 0.46% 0.93% -
XYZ 65.28 72.36 31.3 -
YUV 216.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 237 223 129 0 0.06 0.46 0.07 52.22 0.75 0.72
Hex ED DF 81 0 6 2E 7 34 4B 48
Octal 355 337 201 0 6 56 7 64 113 110
Binary 11101101 11011111 10000001 0 110 101110 111 110100 1001011 1001000

Color Harmonies of #EDDF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF81

Black with #EDDF81

Text Example


Text Example

White with #EDDF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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