Html Css Color HEX #EFE9AA Pale Goldenrod

📋 copy color: '#EFE9AA'

red 239 ◦ green 233 ◦ blue 170

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

Shades of Pale Goldenrod #EFE9AA

Tints of Pale Goldenrod #EFE9AA

RGB

 RED value IS 239 (93.75% from 255) = 37.23%

 GREEN value IS 233 (91.41% from 255) = 36.29%

 BLUE value IS 170 (66.8% from 255) = 26.48%

R = 37.23%
G = 36.29%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFE9AA (or 0xEFE9AA) is known color: Pale Goldenrod. HEX triplet: EF, E9 and AA. RGB value is (239,233,170). Sum of RGB (Red+Green+Blue) = 239+233+170=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE9AA is #101655. Grayscale: #E3E3E3. Windows color (decimal): -1054294 or 11201007. OLE color: 11201007.

HSL color Cylindrical-coordinate representation of color #EFE9AA: hue angle of 54.78º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFE9AA is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 233 170 -
CMYK 0 0.03 0.29 0.06
HSL 54.78º 0.68% 0.8% -
HSV(B) 54.78º 0.29% 0.94% -
XYZ 71.99 79.53 49.59 -
YUV 227.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 239 233 170 0 0.03 0.29 0.06 54.78 0.68 0.8
Hex EF E9 AA 0 3 1D 6 37 44 50
Octal 357 351 252 0 3 35 6 67 104 120
Binary 11101111 11101001 10101010 0 11 11101 110 110111 1000100 1010000

Color Harmonies of #EFE9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9AA

Black with #EFE9AA

Text Example


Text Example

White with #EFE9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9AA; }

 p { color: rgb(239,233,170); }

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

background-color css

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

 a { background-color: rgb(239,233,170); }

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

border-color css

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

 span { border-color: rgb(239,233,170); }

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