Html Css Color HEX #EDE29F Pale Goldenrod

📋 copy color: '#EDE29F'

red 237 ◦ green 226 ◦ blue 159

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

Shades of Pale Goldenrod #EDE29F

Tints of Pale Goldenrod #EDE29F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.33%

 BLUE value IS 159 (62.5% from 255) = 25.56%

R = 38.1%
G = 36.33%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDE29F (or 0xEDE29F) is known color: Pale Goldenrod. HEX triplet: ED, E2 and 9F. RGB value is (237,226,159). Sum of RGB (Red+Green+Blue) = 237+226+159=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 159 (62.5% from 255 or 25.56% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE29F is #121D60. Grayscale: #DDDDDD. Windows color (decimal): -1187169 or 10478317. OLE color: 10478317.

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

Color convert

RGB 237 226 159 -
CMYK 0 0.05 0.33 0.07
HSL 51.54º 0.68% 0.78% -
HSV(B) 51.54º 0.33% 0.93% -
XYZ 68.38 74.9 43.65 -
YUV 221.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 237 226 159 0 0.05 0.33 0.07 51.54 0.68 0.78
Hex ED E2 9F 0 5 21 7 34 44 4E
Octal 355 342 237 0 5 41 7 64 104 116
Binary 11101101 11100010 10011111 0 101 100001 111 110100 1000100 1001110

Color Harmonies of #EDE29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE29F

Black with #EDE29F

Text Example


Text Example

White with #EDE29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE29F; }

 p { color: rgb(237,226,159); }

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

background-color css

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

 a { background-color: rgb(237,226,159); }

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

border-color css

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

 span { border-color: rgb(237,226,159); }

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