Html Css Color HEX #EFE5A1 Pale Goldenrod

📋 copy color: '#EFE5A1'

red 239 ◦ green 229 ◦ blue 161

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

Shades of Pale Goldenrod #EFE5A1

Tints of Pale Goldenrod #EFE5A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.6%

R = 38%
G = 36.41%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFE5A1 (or 0xEFE5A1) is known color: Pale Goldenrod. HEX triplet: EF, E5 and A1. RGB value is (239,229,161). Sum of RGB (Red+Green+Blue) = 239+229+161=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 161 (63.28% from 255 or 25.60% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5A1 is #101A5E. Grayscale: #E0E0E0. Windows color (decimal): -1055327 or 10610159. OLE color: 10610159.

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

Color convert

RGB 239 229 161 -
CMYK 0 0.04 0.33 0.06
HSL 52.31º 0.71% 0.78% -
HSV(B) 52.31º 0.33% 0.94% -
XYZ 70.05 76.96 44.88 -
YUV 224.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 239 229 161 0 0.04 0.33 0.06 52.31 0.71 0.78
Hex EF E5 A1 0 4 21 6 34 47 4E
Octal 357 345 241 0 4 41 6 64 107 116
Binary 11101111 11100101 10100001 0 100 100001 110 110100 1000111 1001110

Color Harmonies of #EFE5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5A1

Black with #EFE5A1

Text Example


Text Example

White with #EFE5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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