Html Css Color HEX #EDEAAC Pale Goldenrod

📋 copy color: '#EDEAAC'

red 237 ◦ green 234 ◦ blue 172

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

Shades of Pale Goldenrod #EDEAAC

Tints of Pale Goldenrod #EDEAAC

RGB

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

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

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

R = 36.86%
G = 36.39%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDEAAC (or 0xEDEAAC) is known color: Pale Goldenrod. HEX triplet: ED, EA and AC. RGB value is (237,234,172). Sum of RGB (Red+Green+Blue) = 237+234+172=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 172 (67.58% from 255 or 26.75% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAAC is #121553. Grayscale: #E4E4E4. Windows color (decimal): -1185108 or 11332333. OLE color: 11332333.

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

Color convert

RGB 237 234 172 -
CMYK 0 0.01 0.27 0.07
HSL 57.23º 0.64% 0.8% -
HSV(B) 57.23º 0.27% 0.93% -
XYZ 71.79 79.83 50.65 -
YUV 227.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 237 234 172 0 0.01 0.27 0.07 57.23 0.64 0.8
Hex ED EA AC 0 1 1B 7 39 40 50
Octal 355 352 254 0 1 33 7 71 100 120
Binary 11101101 11101010 10101100 0 1 11011 111 111001 1000000 1010000

Color Harmonies of #EDEAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAAC

Black with #EDEAAC

Text Example


Text Example

White with #EDEAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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