Html Css Color HEX #EDE8AC Pale Goldenrod

📋 copy color: '#EDE8AC'

red 237 ◦ green 232 ◦ blue 172

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

Shades of Pale Goldenrod #EDE8AC

Tints of Pale Goldenrod #EDE8AC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.19%

 BLUE value IS 172 (67.58% from 255) = 26.83%

R = 36.97%
G = 36.19%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDE8AC (or 0xEDE8AC) is known color: Pale Goldenrod. HEX triplet: ED, E8 and AC. RGB value is (237,232,172). Sum of RGB (Red+Green+Blue) = 237+232+172=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 172 (67.58% from 255 or 26.83% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE8AC is #121753. Grayscale: #E2E2E2. Windows color (decimal): -1185620 or 11331821. OLE color: 11331821.

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

Color convert

RGB 237 232 172 -
CMYK 0 0.02 0.27 0.07
HSL 55.38º 0.64% 0.8% -
HSV(B) 55.38º 0.27% 0.93% -
XYZ 71.23 78.7 50.47 -
YUV 226.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 237 232 172 0 0.02 0.27 0.07 55.38 0.64 0.8
Hex ED E8 AC 0 2 1B 7 37 40 50
Octal 355 350 254 0 2 33 7 67 100 120
Binary 11101101 11101000 10101100 0 10 11011 111 110111 1000000 1010000

Color Harmonies of #EDE8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE8AC

Black with #EDE8AC

Text Example


Text Example

White with #EDE8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE8AC; }

 p { color: rgb(237,232,172); }

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

background-color css

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

 a { background-color: rgb(237,232,172); }

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

border-color css

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

 span { border-color: rgb(237,232,172); }

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