Html Css Color HEX #EDE2AE Pale Goldenrod

📋 copy color: '#EDE2AE'

red 237 ◦ green 226 ◦ blue 174

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

Shades of Pale Goldenrod #EDE2AE

Tints of Pale Goldenrod #EDE2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.32%

R = 37.21%
G = 35.48%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDE2AE (or 0xEDE2AE) is known color: Pale Goldenrod. HEX triplet: ED, E2 and AE. RGB value is (237,226,174). Sum of RGB (Red+Green+Blue) = 237+226+174=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE2AE is #121D51. Grayscale: #DFDFDF. Windows color (decimal): -1187154 or 11461357. OLE color: 11461357.

HSL color Cylindrical-coordinate representation of color #EDE2AE: hue angle of 49.52º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDE2AE is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 226 174 -
CMYK 0 0.05 0.27 0.07
HSL 49.52º 0.64% 0.81% -
HSV(B) 49.52º 0.27% 0.93% -
XYZ 69.76 75.45 50.93 -
YUV 223.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 237 226 174 0 0.05 0.27 0.07 49.52 0.64 0.81
Hex ED E2 AE 0 5 1B 7 32 40 51
Octal 355 342 256 0 5 33 7 62 100 121
Binary 11101101 11100010 10101110 0 101 11011 111 110010 1000000 1010001

Color Harmonies of #EDE2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2AE

Black with #EDE2AE

Text Example


Text Example

White with #EDE2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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