Html Css Color HEX #EDE4AD Pale Goldenrod

📋 copy color: '#EDE4AD'

red 237 ◦ green 228 ◦ blue 173

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

Shades of Pale Goldenrod #EDE4AD

Tints of Pale Goldenrod #EDE4AD

RGB

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

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

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

R = 37.15%
G = 35.74%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDE4AD (or 0xEDE4AD) is known color: Pale Goldenrod. HEX triplet: ED, E4 and AD. RGB value is (237,228,173). Sum of RGB (Red+Green+Blue) = 237+228+173=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE4AD is #121B52. Grayscale: #E0E0E0. Windows color (decimal): -1186643 or 11396333. OLE color: 11396333.

HSL color Cylindrical-coordinate representation of color #EDE4AD: hue angle of 51.56º 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 #EDE4AD is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 173 -
CMYK 0 0.04 0.27 0.07
HSL 51.56º 0.64% 0.8% -
HSV(B) 51.56º 0.27% 0.93% -
XYZ 70.21 76.51 50.6 -
YUV 224.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 237 228 173 0 0.04 0.27 0.07 51.56 0.64 0.8
Hex ED E4 AD 0 4 1B 7 34 40 50
Octal 355 344 255 0 4 33 7 64 100 120
Binary 11101101 11100100 10101101 0 100 11011 111 110100 1000000 1010000

Color Harmonies of #EDE4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4AD

Black with #EDE4AD

Text Example


Text Example

White with #EDE4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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