Html Css Color HEX #EFE5AA Pale Goldenrod

📋 copy color: '#EFE5AA'

red 239 ◦ green 229 ◦ blue 170

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

Shades of Pale Goldenrod #EFE5AA

Tints of Pale Goldenrod #EFE5AA

RGB

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

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

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

R = 37.46%
G = 35.89%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFE5AA (or 0xEFE5AA) is known color: Pale Goldenrod. HEX triplet: EF, E5 and AA. RGB value is (239,229,170). Sum of RGB (Red+Green+Blue) = 239+229+170=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5AA is #101A55. Grayscale: #E1E1E1. Windows color (decimal): -1055318 or 11199983. OLE color: 11199983.

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

Color convert

RGB 239 229 170 -
CMYK 0 0.04 0.29 0.06
HSL 51.3º 0.68% 0.8% -
HSV(B) 51.3º 0.29% 0.94% -
XYZ 70.87 77.29 49.21 -
YUV 225.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 239 229 170 0 0.04 0.29 0.06 51.3 0.68 0.8
Hex EF E5 AA 0 4 1D 6 33 44 50
Octal 357 345 252 0 4 35 6 63 104 120
Binary 11101111 11100101 10101010 0 100 11101 110 110011 1000100 1010000

Color Harmonies of #EFE5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5AA

Black with #EFE5AA

Text Example


Text Example

White with #EFE5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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