Html Css Color HEX #EFE5A8 Pale Goldenrod

📋 copy color: '#EFE5A8'

red 239 ◦ green 229 ◦ blue 168

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

Shades of Pale Goldenrod #EFE5A8

Tints of Pale Goldenrod #EFE5A8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.01%

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

R = 37.58%
G = 36.01%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFE5A8 (or 0xEFE5A8) is known color: Pale Goldenrod. HEX triplet: EF, E5 and A8. RGB value is (239,229,168). Sum of RGB (Red+Green+Blue) = 239+229+168=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 168 (66.02% from 255 or 26.42% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5A8 is #101A57. Grayscale: #E1E1E1. Windows color (decimal): -1055320 or 11068911. OLE color: 11068911.

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

Color convert

RGB 239 229 168 -
CMYK 0 0.04 0.30 0.06
HSL 51.55º 0.69% 0.8% -
HSV(B) 51.55º 0.3% 0.94% -
XYZ 70.68 77.22 48.22 -
YUV 225.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 239 229 168 0 0.04 0.30 0.06 51.55 0.69 0.8
Hex EF E5 A8 0 4 1E 6 34 45 50
Octal 357 345 250 0 4 36 6 64 105 120
Binary 11101111 11100101 10101000 0 100 11110 110 110100 1000101 1010000

Color Harmonies of #EFE5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5A8

Black with #EFE5A8

Text Example


Text Example

White with #EFE5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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