Html Css Color HEX #EDE49E Pale Goldenrod

📋 copy color: '#EDE49E'

red 237 ◦ green 228 ◦ blue 158

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

Shades of Pale Goldenrod #EDE49E

Tints of Pale Goldenrod #EDE49E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.6%

 BLUE value IS 158 (62.11% from 255) = 25.36%

R = 38.04%
G = 36.6%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDE49E (or 0xEDE49E) is known color: Pale Goldenrod. HEX triplet: ED, E4 and 9E. RGB value is (237,228,158). Sum of RGB (Red+Green+Blue) = 237+228+158=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 158 (62.11% from 255 or 25.36% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE49E is #121B61. Grayscale: #DEDEDE. Windows color (decimal): -1186658 or 10413293. OLE color: 10413293.

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

Color convert

RGB 237 228 158 -
CMYK 0 0.04 0.33 0.07
HSL 53.16º 0.69% 0.77% -
HSV(B) 53.16º 0.33% 0.93% -
XYZ 68.84 75.96 43.38 -
YUV 222.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 237 228 158 0 0.04 0.33 0.07 53.16 0.69 0.77
Hex ED E4 9E 0 4 21 7 35 45 4D
Octal 355 344 236 0 4 41 7 65 105 115
Binary 11101101 11100100 10011110 0 100 100001 111 110101 1000101 1001101

Color Harmonies of #EDE49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE49E

Black with #EDE49E

Text Example


Text Example

White with #EDE49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE49E; }

 p { color: rgb(237,228,158); }

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

background-color css

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

 a { background-color: rgb(237,228,158); }

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

border-color css

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

 span { border-color: rgb(237,228,158); }

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