Html Css Color HEX #EFE8AB Pale Goldenrod

📋 copy color: '#EFE8AB'

red 239 ◦ green 232 ◦ blue 171

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

Shades of Pale Goldenrod #EFE8AB

Tints of Pale Goldenrod #EFE8AB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.14%

 BLUE value IS 171 (67.19% from 255) = 26.64%

R = 37.23%
G = 36.14%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFE8AB (or 0xEFE8AB) is known color: Pale Goldenrod. HEX triplet: EF, E8 and AB. RGB value is (239,232,171). Sum of RGB (Red+Green+Blue) = 239+232+171=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 171 (67.19% from 255 or 26.64% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE8AB is #101754. Grayscale: #E3E3E3. Windows color (decimal): -1054549 or 11266287. OLE color: 11266287.

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

Color convert

RGB 239 232 171 -
CMYK 0 0.03 0.28 0.06
HSL 53.82º 0.68% 0.8% -
HSV(B) 53.82º 0.28% 0.94% -
XYZ 71.8 79 49.99 -
YUV 227.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 239 232 171 0 0.03 0.28 0.06 53.82 0.68 0.8
Hex EF E8 AB 0 3 1C 6 36 44 50
Octal 357 350 253 0 3 34 6 66 104 120
Binary 11101111 11101000 10101011 0 11 11100 110 110110 1000100 1010000

Color Harmonies of #EFE8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8AB

Black with #EFE8AB

Text Example


Text Example

White with #EFE8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8AB; }

 p { color: rgb(239,232,171); }

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

background-color css

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

 a { background-color: rgb(239,232,171); }

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

border-color css

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

 span { border-color: rgb(239,232,171); }

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