Html Css Color HEX #EFE4AD Pale Goldenrod

📋 copy color: '#EFE4AD'

red 239 ◦ green 228 ◦ blue 173

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

Shades of Pale Goldenrod #EFE4AD

Tints of Pale Goldenrod #EFE4AD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.63%

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

R = 37.34%
G = 35.63%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFE4AD (or 0xEFE4AD) is known color: Pale Goldenrod. HEX triplet: EF, E4 and AD. RGB value is (239,228,173). Sum of RGB (Red+Green+Blue) = 239+228+173=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE4AD is #101B52. Grayscale: #E1E1E1. Windows color (decimal): -1055571 or 11396335. OLE color: 11396335.

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

Color convert

RGB 239 228 173 -
CMYK 0 0.05 0.28 0.06
HSL 50º 0.67% 0.81% -
HSV(B) 50º 0.28% 0.94% -
XYZ 70.88 76.85 50.63 -
YUV 225.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 239 228 173 0 0.05 0.28 0.06 50 0.67 0.81
Hex EF E4 AD 0 5 1C 6 32 43 51
Octal 357 344 255 0 5 34 6 62 103 121
Binary 11101111 11100100 10101101 0 101 11100 110 110010 1000011 1010001

Color Harmonies of #EFE4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4AD

Black with #EFE4AD

Text Example


Text Example

White with #EFE4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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