Html Css Color HEX #EFE5A0 Pale Goldenrod

📋 copy color: '#EFE5A0'

red 239 ◦ green 229 ◦ blue 160

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

Shades of Pale Goldenrod #EFE5A0

Tints of Pale Goldenrod #EFE5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.48%

R = 38.06%
G = 36.46%
B = 25.48%

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

#EFE5A0 (or 0xEFE5A0) is known color: Pale Goldenrod. HEX triplet: EF, E5 and A0. RGB value is (239,229,160). Sum of RGB (Red+Green+Blue) = 239+229+160=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 160 (62.89% from 255 or 25.48% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5A0 is #101A5F. Grayscale: #E0E0E0. Windows color (decimal): -1055328 or 10544623. OLE color: 10544623.

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

Color convert

RGB 239 229 160 -
CMYK 0 0.04 0.33 0.06
HSL 52.41º 0.71% 0.78% -
HSV(B) 52.41º 0.33% 0.94% -
XYZ 69.96 76.93 44.42 -
YUV 224.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 239 229 160 0 0.04 0.33 0.06 52.41 0.71 0.78
Hex EF E5 A0 0 4 21 6 34 47 4E
Octal 357 345 240 0 4 41 6 64 107 116
Binary 11101111 11100101 10100000 0 100 100001 110 110100 1000111 1001110

Color Harmonies of #EFE5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5A0

Black with #EFE5A0

Text Example


Text Example

White with #EFE5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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