Html Css Color HEX #EDE2AB Pale Goldenrod

📋 copy color: '#EDE2AB'

red 237 ◦ green 226 ◦ blue 171

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

Shades of Pale Goldenrod #EDE2AB

Tints of Pale Goldenrod #EDE2AB

RGB

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

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

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

R = 37.38%
G = 35.65%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDE2AB (or 0xEDE2AB) is known color: Pale Goldenrod. HEX triplet: ED, E2 and AB. RGB value is (237,226,171). Sum of RGB (Red+Green+Blue) = 237+226+171=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE2AB is #121D54. Grayscale: #DFDFDF. Windows color (decimal): -1187157 or 11264749. OLE color: 11264749.

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

Color convert

RGB 237 226 171 -
CMYK 0 0.05 0.28 0.07
HSL 50º 0.65% 0.8% -
HSV(B) 50º 0.28% 0.93% -
XYZ 69.47 75.34 49.41 -
YUV 223.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 237 226 171 0 0.05 0.28 0.07 50 0.65 0.8
Hex ED E2 AB 0 5 1C 7 32 41 50
Octal 355 342 253 0 5 34 7 62 101 120
Binary 11101101 11100010 10101011 0 101 11100 111 110010 1000001 1010000

Color Harmonies of #EDE2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2AB

Black with #EDE2AB

Text Example


Text Example

White with #EDE2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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