Html Css Color HEX #EDE4AB Pale Goldenrod

📋 copy color: '#EDE4AB'

red 237 ◦ green 228 ◦ blue 171

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

Shades of Pale Goldenrod #EDE4AB

Tints of Pale Goldenrod #EDE4AB

RGB

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

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

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

R = 37.26%
G = 35.85%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDE4AB (or 0xEDE4AB) is known color: Pale Goldenrod. HEX triplet: ED, E4 and AB. RGB value is (237,228,171). Sum of RGB (Red+Green+Blue) = 237+228+171=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE4AB is #121B54. Grayscale: #E0E0E0. Windows color (decimal): -1186645 or 11265261. OLE color: 11265261.

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

Color convert

RGB 237 228 171 -
CMYK 0 0.04 0.28 0.07
HSL 51.82º 0.65% 0.8% -
HSV(B) 51.82º 0.28% 0.93% -
XYZ 70.02 76.43 49.59 -
YUV 224.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 237 228 171 0 0.04 0.28 0.07 51.82 0.65 0.8
Hex ED E4 AB 0 4 1C 7 34 41 50
Octal 355 344 253 0 4 34 7 64 101 120
Binary 11101101 11100100 10101011 0 100 11100 111 110100 1000001 1010000

Color Harmonies of #EDE4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4AB

Black with #EDE4AB

Text Example


Text Example

White with #EDE4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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