Html Css Color HEX #F2EAA2 Pale Goldenrod

📋 copy color: '#F2EAA2'

red 242 ◦ green 234 ◦ blue 162

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

Shades of Pale Goldenrod #F2EAA2

Tints of Pale Goldenrod #F2EAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.39%

R = 37.93%
G = 36.68%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F2EAA2 (or 0xF2EAA2) is known color: Pale Goldenrod. HEX triplet: F2, EA and A2. RGB value is (242,234,162). Sum of RGB (Red+Green+Blue) = 242+234+162=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EAA2 is #0D155D. Grayscale: #E4E4E4. Windows color (decimal): -857438 or 10676978. OLE color: 10676978.

HSL color Cylindrical-coordinate representation of color #F2EAA2: hue angle of 54º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2EAA2 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 234 162 -
CMYK 0 0.03 0.33 0.05
HSL 54º 0.75% 0.79% -
HSV(B) 54º 0.33% 0.95% -
XYZ 72.56 80.33 45.86 -
YUV 228.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 242 234 162 0 0.03 0.33 0.05 54 0.75 0.79
Hex F2 EA A2 0 3 21 5 36 4B 4F
Octal 362 352 242 0 3 41 5 66 113 117
Binary 11110010 11101010 10100010 0 11 100001 101 110110 1001011 1001111

Color Harmonies of #F2EAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EAA2

Black with #F2EAA2

Text Example


Text Example

White with #F2EAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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