Html Css Color HEX #EFE5A6 Pale Goldenrod

📋 copy color: '#EFE5A6'

red 239 ◦ green 229 ◦ blue 166

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

Shades of Pale Goldenrod #EFE5A6

Tints of Pale Goldenrod #EFE5A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.18%

R = 37.7%
G = 36.12%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFE5A6 (or 0xEFE5A6) is known color: Pale Goldenrod. HEX triplet: EF, E5 and A6. RGB value is (239,229,166). Sum of RGB (Red+Green+Blue) = 239+229+166=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 166 (65.23% from 255 or 26.18% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5A6 is #101A59. Grayscale: #E1E1E1. Windows color (decimal): -1055322 or 10937839. OLE color: 10937839.

HSL color Cylindrical-coordinate representation of color #EFE5A6: hue angle of 51.78º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFE5A6 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 229 166 -
CMYK 0 0.04 0.31 0.06
HSL 51.78º 0.7% 0.79% -
HSV(B) 51.78º 0.31% 0.94% -
XYZ 70.5 77.14 47.25 -
YUV 224.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 239 229 166 0 0.04 0.31 0.06 51.78 0.7 0.79
Hex EF E5 A6 0 4 1F 6 34 46 4F
Octal 357 345 246 0 4 37 6 64 106 117
Binary 11101111 11100101 10100110 0 100 11111 110 110100 1000110 1001111

Color Harmonies of #EFE5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5A6

Black with #EFE5A6

Text Example


Text Example

White with #EFE5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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