Html Css Color HEX #EDE087 Light Goldenrod

📋 copy color: '#EDE087'

red 237 ◦ green 224 ◦ blue 135

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

Shades of Light Goldenrod #EDE087

Tints of Light Goldenrod #EDE087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 22.65%

R = 39.77%
G = 37.58%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDE087 (or 0xEDE087) is known color: Light Goldenrod. HEX triplet: ED, E0 and 87. RGB value is (237,224,135). Sum of RGB (Red+Green+Blue) = 237+224+135=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 135 (53.12% from 255 or 22.65% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE087 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE087 is #121F78. Grayscale: #DADADA. Windows color (decimal): -1187705 or 8904941. OLE color: 8904941.

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

Color convert

RGB 237 224 135 -
CMYK 0 0.05 0.43 0.07
HSL 52.35º 0.74% 0.73% -
HSV(B) 52.35º 0.43% 0.93% -
XYZ 65.95 73.07 33.55 -
YUV 217.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 237 224 135 0 0.05 0.43 0.07 52.35 0.74 0.73
Hex ED E0 87 0 5 2B 7 34 4A 49
Octal 355 340 207 0 5 53 7 64 112 111
Binary 11101101 11100000 10000111 0 101 101011 111 110100 1001010 1001001

Color Harmonies of #EDE087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE087

Black with #EDE087

Text Example


Text Example

White with #EDE087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE087; }

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

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

background-color css

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

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

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

border-color css

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

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

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