Html Css Color HEX #EFE7AA Pale Goldenrod

📋 copy color: '#EFE7AA'

red 239 ◦ green 231 ◦ blue 170

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

Shades of Pale Goldenrod #EFE7AA

Tints of Pale Goldenrod #EFE7AA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.09%

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

R = 37.34%
G = 36.09%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFE7AA (or 0xEFE7AA) is known color: Pale Goldenrod. HEX triplet: EF, E7 and AA. RGB value is (239,231,170). Sum of RGB (Red+Green+Blue) = 239+231+170=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE7AA is #101855. Grayscale: #E2E2E2. Windows color (decimal): -1054806 or 11200495. OLE color: 11200495.

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

Color convert

RGB 239 231 170 -
CMYK 0 0.03 0.29 0.06
HSL 53.04º 0.68% 0.8% -
HSV(B) 53.04º 0.29% 0.94% -
XYZ 71.43 78.4 49.4 -
YUV 226.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 239 231 170 0 0.03 0.29 0.06 53.04 0.68 0.8
Hex EF E7 AA 0 3 1D 6 35 44 50
Octal 357 347 252 0 3 35 6 65 104 120
Binary 11101111 11100111 10101010 0 11 11101 110 110101 1000100 1010000

Color Harmonies of #EFE7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7AA

Black with #EFE7AA

Text Example


Text Example

White with #EFE7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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