Html Css Color HEX #EDE07D Light Goldenrod

📋 copy color: '#EDE07D'

red 237 ◦ green 224 ◦ blue 125

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

Shades of Light Goldenrod #EDE07D

Tints of Light Goldenrod #EDE07D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.23%

 BLUE value IS 125 (49.22% from 255) = 21.33%

R = 40.44%
G = 38.23%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDE07D (or 0xEDE07D) is known color: Light Goldenrod. HEX triplet: ED, E0 and 7D. RGB value is (237,224,125). Sum of RGB (Red+Green+Blue) = 237+224+125=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE07D is #121F82. Grayscale: #D9D9D9. Windows color (decimal): -1187715 or 8249581. OLE color: 8249581.

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

Color convert

RGB 237 224 125 -
CMYK 0 0.05 0.47 0.07
HSL 53.04º 0.76% 0.71% -
HSV(B) 53.04º 0.47% 0.93% -
XYZ 65.28 72.8 30.01 -
YUV 216.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 237 224 125 0 0.05 0.47 0.07 53.04 0.76 0.71
Hex ED E0 7D 0 5 2F 7 35 4C 47
Octal 355 340 175 0 5 57 7 65 114 107
Binary 11101101 11100000 1111101 0 101 101111 111 110101 1001100 1000111

Color Harmonies of #EDE07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE07D

Black with #EDE07D

Text Example


Text Example

White with #EDE07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE07D; }

 p { color: rgb(237,224,125); }

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

background-color css

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

 a { background-color: rgb(237,224,125); }

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

border-color css

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

 span { border-color: rgb(237,224,125); }

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