Html Css Color HEX #F2EAAA Pale Goldenrod

📋 copy color: '#F2EAAA'

red 242 ◦ green 234 ◦ blue 170

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

Shades of Pale Goldenrod #F2EAAA

Tints of Pale Goldenrod #F2EAAA

RGB

 RED value IS 242 (94.92% from 255) = 37.46%

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

 BLUE value IS 170 (66.8% from 255) = 26.32%

R = 37.46%
G = 36.22%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F2EAAA (or 0xF2EAAA) is known color: Pale Goldenrod. HEX triplet: F2, EA and AA. RGB value is (242,234,170). Sum of RGB (Red+Green+Blue) = 242+234+170=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 170 (66.80% from 255 or 26.32% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EAAA is #0D1555. Grayscale: #E5E5E5. Windows color (decimal): -857430 or 11201266. OLE color: 11201266.

HSL color Cylindrical-coordinate representation of color #F2EAAA: hue angle of 53.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2EAAA is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 234 170 -
CMYK 0 0.03 0.30 0.05
HSL 53.33º 0.73% 0.81% -
HSV(B) 53.33º 0.3% 0.95% -
XYZ 73.3 80.63 49.73 -
YUV 229.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 242 234 170 0 0.03 0.30 0.05 53.33 0.73 0.81
Hex F2 EA AA 0 3 1E 5 35 49 51
Octal 362 352 252 0 3 36 5 65 111 121
Binary 11110010 11101010 10101010 0 11 11110 101 110101 1001001 1010001

Color Harmonies of #F2EAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EAAA

Black with #F2EAAA

Text Example


Text Example

White with #F2EAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EAAA; }

 p { color: rgb(242,234,170); }

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

background-color css

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

 a { background-color: rgb(242,234,170); }

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

border-color css

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

 span { border-color: rgb(242,234,170); }

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