Html Css Color HEX #EEEDA3 Pale Goldenrod

📋 copy color: '#EEEDA3'

red 238 ◦ green 237 ◦ blue 163

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

Shades of Pale Goldenrod #EEEDA3

Tints of Pale Goldenrod #EEEDA3

RGB

 RED value IS 238 (93.36% from 255) = 37.3%

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

 BLUE value IS 163 (64.06% from 255) = 25.55%

R = 37.3%
G = 37.15%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EEEDA3 (or 0xEEEDA3) is known color: Pale Goldenrod. HEX triplet: EE, ED and A3. RGB value is (238,237,163). Sum of RGB (Red+Green+Blue) = 238+237+163=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 163 (64.06% from 255 or 25.55% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEDA3 is #11125C. Grayscale: #E5E5E5. Windows color (decimal): -1118813 or 10743278. OLE color: 10743278.

HSL color Cylindrical-coordinate representation of color #EEEDA3: hue angle of 59.2º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEEDA3 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 237 163 -
CMYK 0 0.00 0.32 0.07
HSL 59.2º 0.69% 0.79% -
HSV(B) 59.2º 0.32% 0.93% -
XYZ 72.15 81.39 46.56 -
YUV 228.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 238 237 163 0 0.00 0.32 0.07 59.2 0.69 0.79
Hex EE ED A3 0 0 20 7 3B 45 4F
Octal 356 355 243 0 0 40 7 73 105 117
Binary 11101110 11101101 10100011 0 0 100000 111 111011 1000101 1001111

Color Harmonies of #EEEDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEDA3

Black with #EEEDA3

Text Example


Text Example

White with #EEEDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEDA3; }

 p { color: rgb(238,237,163); }

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

background-color css

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

 a { background-color: rgb(238,237,163); }

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

border-color css

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

 span { border-color: rgb(238,237,163); }

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