Html Css Color HEX #EDE7AC Pale Goldenrod

📋 copy color: '#EDE7AC'

red 237 ◦ green 231 ◦ blue 172

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

Shades of Pale Goldenrod #EDE7AC

Tints of Pale Goldenrod #EDE7AC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.09%

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

R = 37.03%
G = 36.09%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDE7AC (or 0xEDE7AC) is known color: Pale Goldenrod. HEX triplet: ED, E7 and AC. RGB value is (237,231,172). Sum of RGB (Red+Green+Blue) = 237+231+172=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE7AC is #121853. Grayscale: #E2E2E2. Windows color (decimal): -1185876 or 11331565. OLE color: 11331565.

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

Color convert

RGB 237 231 172 -
CMYK 0 0.03 0.27 0.07
HSL 54.46º 0.64% 0.8% -
HSV(B) 54.46º 0.27% 0.93% -
XYZ 70.95 78.13 50.37 -
YUV 226.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 237 231 172 0 0.03 0.27 0.07 54.46 0.64 0.8
Hex ED E7 AC 0 3 1B 7 36 40 50
Octal 355 347 254 0 3 33 7 66 100 120
Binary 11101101 11100111 10101100 0 11 11011 111 110110 1000000 1010000

Color Harmonies of #EDE7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE7AC

Black with #EDE7AC

Text Example


Text Example

White with #EDE7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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