Html Css Color HEX #EFEAAA Pale Goldenrod

📋 copy color: '#EFEAAA'

red 239 ◦ green 234 ◦ blue 170

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

Shades of Pale Goldenrod #EFEAAA

Tints of Pale Goldenrod #EFEAAA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.39%

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

R = 37.17%
G = 36.39%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFEAAA (or 0xEFEAAA) is known color: Pale Goldenrod. HEX triplet: EF, EA and AA. RGB value is (239,234,170). Sum of RGB (Red+Green+Blue) = 239+234+170=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAAA is #101555. Grayscale: #E4E4E4. Windows color (decimal): -1054038 or 11201263. OLE color: 11201263.

HSL color Cylindrical-coordinate representation of color #EFEAAA: hue angle of 55.65º 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 #EFEAAA is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 234 170 -
CMYK 0 0.02 0.29 0.06
HSL 55.65º 0.68% 0.8% -
HSV(B) 55.65º 0.29% 0.94% -
XYZ 72.28 80.1 49.68 -
YUV 228.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 239 234 170 0 0.02 0.29 0.06 55.65 0.68 0.8
Hex EF EA AA 0 2 1D 6 38 44 50
Octal 357 352 252 0 2 35 6 70 104 120
Binary 11101111 11101010 10101010 0 10 11101 110 111000 1000100 1010000

Color Harmonies of #EFEAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEAAA

Black with #EFEAAA

Text Example


Text Example

White with #EFEAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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