Html Css Color HEX #EDE07E Light Goldenrod

📋 copy color: '#EDE07E'

red 237 ◦ green 224 ◦ blue 126

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

Shades of Light Goldenrod #EDE07E

Tints of Light Goldenrod #EDE07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.47%

R = 40.37%
G = 38.16%
B = 21.47%

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

#EDE07E (or 0xEDE07E) is known color: Light Goldenrod. HEX triplet: ED, E0 and 7E. RGB value is (237,224,126). Sum of RGB (Red+Green+Blue) = 237+224+126=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 126 (49.61% from 255 or 21.47% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE07E is #121F81. Grayscale: #D9D9D9. Windows color (decimal): -1187714 or 8315117. OLE color: 8315117.

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

Color convert

RGB 237 224 126 -
CMYK 0 0.05 0.47 0.07
HSL 52.97º 0.76% 0.71% -
HSV(B) 52.97º 0.47% 0.93% -
XYZ 65.35 72.82 30.35 -
YUV 216.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 237 224 126 0 0.05 0.47 0.07 52.97 0.76 0.71
Hex ED E0 7E 0 5 2F 7 35 4C 47
Octal 355 340 176 0 5 57 7 65 114 107
Binary 11101101 11100000 1111110 0 101 101111 111 110101 1001100 1000111

Color Harmonies of #EDE07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE07E

Black with #EDE07E

Text Example


Text Example

White with #EDE07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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