Html Css Color HEX #EDEAA1 Pale Goldenrod

📋 copy color: '#EDEAA1'

red 237 ◦ green 234 ◦ blue 161

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

Shades of Pale Goldenrod #EDEAA1

Tints of Pale Goldenrod #EDEAA1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.03%

 BLUE value IS 161 (63.28% from 255) = 25.47%

R = 37.5%
G = 37.03%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDEAA1 (or 0xEDEAA1) is known color: Pale Goldenrod. HEX triplet: ED, EA and A1. RGB value is (237,234,161). Sum of RGB (Red+Green+Blue) = 237+234+161=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAA1 is #12155E. Grayscale: #E2E2E2. Windows color (decimal): -1185119 or 10611437. OLE color: 10611437.

HSL color Cylindrical-coordinate representation of color #EDEAA1: hue angle of 57.63º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDEAA1 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 234 161 -
CMYK 0 0.01 0.32 0.07
HSL 57.63º 0.68% 0.78% -
HSV(B) 57.63º 0.32% 0.93% -
XYZ 70.78 79.42 45.32 -
YUV 226.58 90.99 135.44 -
System Red Green Blue C M Y K H S L
Decimal 237 234 161 0 0.01 0.32 0.07 57.63 0.68 0.78
Hex ED EA A1 0 1 20 7 3A 44 4E
Octal 355 352 241 0 1 40 7 72 104 116
Binary 11101101 11101010 10100001 0 1 100000 111 111010 1000100 1001110

Color Harmonies of #EDEAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAA1

Black with #EDEAA1

Text Example


Text Example

White with #EDEAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAA1; }

 p { color: rgb(237,234,161); }

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

background-color css

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

 a { background-color: rgb(237,234,161); }

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

border-color css

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

 span { border-color: rgb(237,234,161); }

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