#EEE5AF

Color #EEE5AF Pale Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Goldenrod #EEE5AF

Tints of Pale Goldenrod #EEE5AF

Color information

#EEE5AF (or 0xEEE5AF) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E5 and AF. RGB value is (238,229,175). Sum of RGB (Red+Green+Blue) = 238+229+175=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE5AF is #111A50. Grayscale: #E1E1E1. Windows color (decimal): -1120849 or 11527662. OLE color: 11527662.

HSL color Cylindrical-coordinate representation of color #EEE5AF: hue angle of 51.43º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEE5AF is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238229175-
CMYK00.040.260.07
HSL51.43º64.95%80.98%-
HSV(B)51.43º26.47%93.33%-
XYZ71.0277.3151.74-
YUV225.5399.48136.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 229 (89.84% from 255) = 35.67%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=37.07%
G=35.67%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822917500.040.260.0751.4364.9580.98
HexEEE5AF041A7334151
Octal3563452570432763101121
Binary11101110111001011010111101001101011111001110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5AF; }

 p { color: rgb(238,229,175); }

 H1.HeaderClassName
 {
   color: #EEE5AF;
 }
 .AnyTagClassName
 {
   color: #EEE5AF;
 }
</style>
background-color css

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

 a { background-color: rgb(238,229,175); }

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

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

 span { border-color: rgb(238,229,175); }

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