Html Css Color HEX #EFEAAE Pale Goldenrod

📋 copy color: '#EFEAAE'

red 239 ◦ green 234 ◦ blue 174

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

Shades of Pale Goldenrod #EFEAAE

Tints of Pale Goldenrod #EFEAAE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.17%

 BLUE value IS 174 (68.36% from 255) = 26.89%

R = 36.94%
G = 36.17%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFEAAE (or 0xEFEAAE) is known color: Pale Goldenrod. HEX triplet: EF, EA and AE. RGB value is (239,234,174). Sum of RGB (Red+Green+Blue) = 239+234+174=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAAE is #101551. Grayscale: #E4E4E4. Windows color (decimal): -1054034 or 11463407. OLE color: 11463407.

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

Color convert

RGB 239 234 174 -
CMYK 0 0.02 0.27 0.06
HSL 55.38º 0.67% 0.81% -
HSV(B) 55.38º 0.27% 0.94% -
XYZ 72.66 80.25 51.71 -
YUV 228.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 239 234 174 0 0.02 0.27 0.06 55.38 0.67 0.81
Hex EF EA AE 0 2 1B 6 37 43 51
Octal 357 352 256 0 2 33 6 67 103 121
Binary 11101111 11101010 10101110 0 10 11011 110 110111 1000011 1010001

Color Harmonies of #EFEAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEAAE

Black with #EFEAAE

Text Example


Text Example

White with #EFEAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEAAE; }

 p { color: rgb(239,234,174); }

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

background-color css

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

 a { background-color: rgb(239,234,174); }

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

border-color css

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

 span { border-color: rgb(239,234,174); }

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