Html Css Color HEX #EFEAA8 Pale Goldenrod

📋 copy color: '#EFEAA8'

red 239 ◦ green 234 ◦ blue 168

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

Shades of Pale Goldenrod #EFEAA8

Tints of Pale Goldenrod #EFEAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.21%

R = 37.29%
G = 36.51%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFEAA8 (or 0xEFEAA8) is known color: Pale Goldenrod. HEX triplet: EF, EA and A8. RGB value is (239,234,168). Sum of RGB (Red+Green+Blue) = 239+234+168=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAA8 is #101557. Grayscale: #E4E4E4. Windows color (decimal): -1054040 or 11070191. OLE color: 11070191.

HSL color Cylindrical-coordinate representation of color #EFEAA8: hue angle of 55.77º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFEAA8 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 234 168 -
CMYK 0 0.02 0.30 0.06
HSL 55.77º 0.69% 0.8% -
HSV(B) 55.77º 0.3% 0.94% -
XYZ 72.09 80.02 48.69 -
YUV 227.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 239 234 168 0 0.02 0.30 0.06 55.77 0.69 0.8
Hex EF EA A8 0 2 1E 6 38 45 50
Octal 357 352 250 0 2 36 6 70 105 120
Binary 11101111 11101010 10101000 0 10 11110 110 111000 1000101 1010000

Color Harmonies of #EFEAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEAA8

Black with #EFEAA8

Text Example


Text Example

White with #EFEAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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