Html Css Color HEX #EDE2AD Pale Goldenrod

📋 copy color: '#EDE2AD'

red 237 ◦ green 226 ◦ blue 173

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

Shades of Pale Goldenrod #EDE2AD

Tints of Pale Goldenrod #EDE2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.2%

R = 37.26%
G = 35.53%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDE2AD (or 0xEDE2AD) is known color: Pale Goldenrod. HEX triplet: ED, E2 and AD. RGB value is (237,226,173). Sum of RGB (Red+Green+Blue) = 237+226+173=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE2AD is #121D52. Grayscale: #DFDFDF. Windows color (decimal): -1187155 or 11395821. OLE color: 11395821.

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

Color convert

RGB 237 226 173 -
CMYK 0 0.05 0.27 0.07
HSL 49.69º 0.64% 0.8% -
HSV(B) 49.69º 0.27% 0.93% -
XYZ 69.66 75.41 50.42 -
YUV 223.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 237 226 173 0 0.05 0.27 0.07 49.69 0.64 0.8
Hex ED E2 AD 0 5 1B 7 32 40 50
Octal 355 342 255 0 5 33 7 62 100 120
Binary 11101101 11100010 10101101 0 101 11011 111 110010 1000000 1010000

Color Harmonies of #EDE2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2AD

Black with #EDE2AD

Text Example


Text Example

White with #EDE2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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