Html Css Color HEX #EDE59D Pale Goldenrod

📋 copy color: '#EDE59D'

red 237 ◦ green 229 ◦ blue 157

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

Shades of Pale Goldenrod #EDE59D

Tints of Pale Goldenrod #EDE59D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.76%

 BLUE value IS 157 (61.72% from 255) = 25.2%

R = 38.04%
G = 36.76%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDE59D (or 0xEDE59D) is known color: Pale Goldenrod. HEX triplet: ED, E5 and 9D. RGB value is (237,229,157). Sum of RGB (Red+Green+Blue) = 237+229+157=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 157 (61.72% from 255 or 25.20% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE59D is #121A62. Grayscale: #DFDFDF. Windows color (decimal): -1186403 or 10348013. OLE color: 10348013.

HSL color Cylindrical-coordinate representation of color #EDE59D: hue angle of 54º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDE59D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 157 -
CMYK 0 0.03 0.34 0.07
HSL 54º 0.69% 0.77% -
HSV(B) 54º 0.34% 0.93% -
XYZ 69.03 76.48 43.02 -
YUV 223.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 237 229 157 0 0.03 0.34 0.07 54 0.69 0.77
Hex ED E5 9D 0 3 22 7 36 45 4D
Octal 355 345 235 0 3 42 7 66 105 115
Binary 11101101 11100101 10011101 0 11 100010 111 110110 1000101 1001101

Color Harmonies of #EDE59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE59D

Black with #EDE59D

Text Example


Text Example

White with #EDE59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE59D; }

 p { color: rgb(237,229,157); }

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

background-color css

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

 a { background-color: rgb(237,229,157); }

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

border-color css

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

 span { border-color: rgb(237,229,157); }

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