Html Css Color HEX #EDE4AC Pale Goldenrod

📋 copy color: '#EDE4AC'

red 237 ◦ green 228 ◦ blue 172

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

Shades of Pale Goldenrod #EDE4AC

Tints of Pale Goldenrod #EDE4AC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.79%

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

R = 37.21%
G = 35.79%
B = 27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDE4AC (or 0xEDE4AC) is known color: Pale Goldenrod. HEX triplet: ED, E4 and AC. RGB value is (237,228,172). Sum of RGB (Red+Green+Blue) = 237+228+172=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE4AC is #121B53. Grayscale: #E0E0E0. Windows color (decimal): -1186644 or 11330797. OLE color: 11330797.

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

Color convert

RGB 237 228 172 -
CMYK 0 0.04 0.27 0.07
HSL 51.69º 0.64% 0.8% -
HSV(B) 51.69º 0.27% 0.93% -
XYZ 70.11 76.47 50.09 -
YUV 224.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 237 228 172 0 0.04 0.27 0.07 51.69 0.64 0.8
Hex ED E4 AC 0 4 1B 7 34 40 50
Octal 355 344 254 0 4 33 7 64 100 120
Binary 11101101 11100100 10101100 0 100 11011 111 110100 1000000 1010000

Color Harmonies of #EDE4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4AC

Black with #EDE4AC

Text Example


Text Example

White with #EDE4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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