Html Css Color HEX #F2EEA7 Pale Goldenrod

📋 copy color: '#F2EEA7'

red 242 ◦ green 238 ◦ blue 167

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

Shades of Pale Goldenrod #F2EEA7

Tints of Pale Goldenrod #F2EEA7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.79%

 BLUE value IS 167 (65.63% from 255) = 25.81%

R = 37.4%
G = 36.79%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F2EEA7 (or 0xF2EEA7) is known color: Pale Goldenrod. HEX triplet: F2, EE and A7. RGB value is (242,238,167). Sum of RGB (Red+Green+Blue) = 242+238+167=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 167 (65.62% from 255 or 25.81% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EEA7 is #0D1158. Grayscale: #E7E7E7. Windows color (decimal): -856409 or 11005682. OLE color: 11005682.

HSL color Cylindrical-coordinate representation of color #F2EEA7: hue angle of 56.8º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2EEA7 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 238 167 -
CMYK 0 0.02 0.31 0.05
HSL 56.8º 0.74% 0.8% -
HSV(B) 56.8º 0.31% 0.95% -
XYZ 74.17 82.82 48.64 -
YUV 231.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 242 238 167 0 0.02 0.31 0.05 56.8 0.74 0.8
Hex F2 EE A7 0 2 1F 5 39 4A 50
Octal 362 356 247 0 2 37 5 71 112 120
Binary 11110010 11101110 10100111 0 10 11111 101 111001 1001010 1010000

Color Harmonies of #F2EEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EEA7

Black with #F2EEA7

Text Example


Text Example

White with #F2EEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EEA7; }

 p { color: rgb(242,238,167); }

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

background-color css

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

 a { background-color: rgb(242,238,167); }

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

border-color css

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

 span { border-color: rgb(242,238,167); }

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