Html Css Color HEX #EFE5AD Pale Goldenrod

📋 copy color: '#EFE5AD'

red 239 ◦ green 229 ◦ blue 173

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

Shades of Pale Goldenrod #EFE5AD

Tints of Pale Goldenrod #EFE5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.99%

R = 37.29%
G = 35.73%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFE5AD (or 0xEFE5AD) is known color: Pale Goldenrod. HEX triplet: EF, E5 and AD. RGB value is (239,229,173). Sum of RGB (Red+Green+Blue) = 239+229+173=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5AD is #101A52. Grayscale: #E1E1E1. Windows color (decimal): -1055315 or 11396591. OLE color: 11396591.

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

Color convert

RGB 239 229 173 -
CMYK 0 0.04 0.28 0.06
HSL 50.91º 0.67% 0.81% -
HSV(B) 50.91º 0.28% 0.94% -
XYZ 71.16 77.41 50.73 -
YUV 225.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 239 229 173 0 0.04 0.28 0.06 50.91 0.67 0.81
Hex EF E5 AD 0 4 1C 6 33 43 51
Octal 357 345 255 0 4 34 6 63 103 121
Binary 11101111 11100101 10101101 0 100 11100 110 110011 1000011 1010001

Color Harmonies of #EFE5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5AD

Black with #EFE5AD

Text Example


Text Example

White with #EFE5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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