Html Css Color HEX #EEE5AF Pale Goldenrod

📋 copy color: '#EEE5AF'

red 238 ◦ green 229 ◦ blue 175

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

Shades of Pale Goldenrod #EEE5AF

Tints of Pale Goldenrod #EEE5AF

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 value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EEE5AF (or 0xEEE5AF) is known color: 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

RGB 238 229 175 -
CMYK 0 0.04 0.26 0.07
HSL 51.43º 0.65% 0.81% -
HSV(B) 51.43º 0.26% 0.93% -
XYZ 71.02 77.31 51.74 -
YUV 225.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 238 229 175 0 0.04 0.26 0.07 51.43 0.65 0.81
Hex EE E5 AF 0 4 1A 7 33 41 51
Octal 356 345 257 0 4 32 7 63 101 121
Binary 11101110 11100101 10101111 0 100 11010 111 110011 1000001 1010001

Color Harmonies of #EEE5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE5AF

Black with #EEE5AF

Text Example


Text Example

White with #EEE5AF

Text Example


Text Example

HTML Codes & Css Web 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>