Html Css Color HEX #EFE5AB Pale Goldenrod

📋 copy color: '#EFE5AB'

red 239 ◦ green 229 ◦ blue 171

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

Shades of Pale Goldenrod #EFE5AB

Tints of Pale Goldenrod #EFE5AB

RGB

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

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

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

R = 37.4%
G = 35.84%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFE5AB (or 0xEFE5AB) is known color: Pale Goldenrod. HEX triplet: EF, E5 and AB. RGB value is (239,229,171). Sum of RGB (Red+Green+Blue) = 239+229+171=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 171 (67.19% from 255 or 26.76% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5AB is #101A54. Grayscale: #E1E1E1. Windows color (decimal): -1055317 or 11265519. OLE color: 11265519.

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

Color convert

RGB 239 229 171 -
CMYK 0 0.04 0.28 0.06
HSL 51.18º 0.68% 0.8% -
HSV(B) 51.18º 0.28% 0.94% -
XYZ 70.97 77.33 49.71 -
YUV 225.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 239 229 171 0 0.04 0.28 0.06 51.18 0.68 0.8
Hex EF E5 AB 0 4 1C 6 33 44 50
Octal 357 345 253 0 4 34 6 63 104 120
Binary 11101111 11100101 10101011 0 100 11100 110 110011 1000100 1010000

Color Harmonies of #EFE5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5AB

Black with #EFE5AB

Text Example


Text Example

White with #EFE5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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