Html Css Color HEX #EDE5AB Pale Goldenrod

📋 copy color: '#EDE5AB'

red 237 ◦ green 229 ◦ blue 171

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

Shades of Pale Goldenrod #EDE5AB

Tints of Pale Goldenrod #EDE5AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.84%

R = 37.21%
G = 35.95%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDE5AB (or 0xEDE5AB) is known color: Pale Goldenrod. HEX triplet: ED, E5 and AB. RGB value is (237,229,171). Sum of RGB (Red+Green+Blue) = 237+229+171=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 171 (67.19% from 255 or 26.84% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE5AB is #121A54. Grayscale: #E1E1E1. Windows color (decimal): -1186389 or 11265517. OLE color: 11265517.

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

Color convert

RGB 237 229 171 -
CMYK 0 0.03 0.28 0.07
HSL 52.73º 0.65% 0.8% -
HSV(B) 52.73º 0.28% 0.93% -
XYZ 70.3 76.98 49.68 -
YUV 224.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 237 229 171 0 0.03 0.28 0.07 52.73 0.65 0.8
Hex ED E5 AB 0 3 1C 7 35 41 50
Octal 355 345 253 0 3 34 7 65 101 120
Binary 11101101 11100101 10101011 0 11 11100 111 110101 1000001 1010000

Color Harmonies of #EDE5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5AB

Black with #EDE5AB

Text Example


Text Example

White with #EDE5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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