Html Css Color HEX #EDE5AC Pale Goldenrod

📋 copy color: '#EDE5AC'

red 237 ◦ green 229 ◦ blue 172

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

Shades of Pale Goldenrod #EDE5AC

Tints of Pale Goldenrod #EDE5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.89%

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

R = 37.15%
G = 35.89%
B = 26.96%

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

#EDE5AC (or 0xEDE5AC) is known color: Pale Goldenrod. HEX triplet: ED, E5 and AC. RGB value is (237,229,172). Sum of RGB (Red+Green+Blue) = 237+229+172=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE5AC is #121A53. Grayscale: #E1E1E1. Windows color (decimal): -1186388 or 11331053. OLE color: 11331053.

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

Color convert

RGB 237 229 172 -
CMYK 0 0.03 0.27 0.07
HSL 52.62º 0.64% 0.8% -
HSV(B) 52.62º 0.27% 0.93% -
XYZ 70.39 77.02 50.19 -
YUV 224.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 237 229 172 0 0.03 0.27 0.07 52.62 0.64 0.8
Hex ED E5 AC 0 3 1B 7 35 40 50
Octal 355 345 254 0 3 33 7 65 100 120
Binary 11101101 11100101 10101100 0 11 11011 111 110101 1000000 1010000

Color Harmonies of #EDE5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5AC

Black with #EDE5AC

Text Example


Text Example

White with #EDE5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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