Html Css Color HEX #F2EDAF Pale Goldenrod

📋 copy color: '#F2EDAF'

red 242 ◦ green 237 ◦ blue 175

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

Shades of Pale Goldenrod #F2EDAF

Tints of Pale Goldenrod #F2EDAF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.24%

 BLUE value IS 175 (68.75% from 255) = 26.76%

R = 37%
G = 36.24%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2EDAF (or 0xF2EDAF) is known color: Pale Goldenrod. HEX triplet: F2, ED and AF. RGB value is (242,237,175). Sum of RGB (Red+Green+Blue) = 242+237+175=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 175 (68.75% from 255 or 26.76% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EDAF is #0D1250. Grayscale: #E7E7E7. Windows color (decimal): -856657 or 11529714. OLE color: 11529714.

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

Color convert

RGB 242 237 175 -
CMYK 0 0.02 0.28 0.05
HSL 55.52º 0.72% 0.82% -
HSV(B) 55.52º 0.28% 0.95% -
XYZ 74.64 82.54 52.56 -
YUV 231.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 242 237 175 0 0.02 0.28 0.05 55.52 0.72 0.82
Hex F2 ED AF 0 2 1C 5 38 48 52
Octal 362 355 257 0 2 34 5 70 110 122
Binary 11110010 11101101 10101111 0 10 11100 101 111000 1001000 1010010

Color Harmonies of #F2EDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EDAF

Black with #F2EDAF

Text Example


Text Example

White with #F2EDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EDAF; }

 p { color: rgb(242,237,175); }

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

background-color css

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

 a { background-color: rgb(242,237,175); }

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

border-color css

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

 span { border-color: rgb(242,237,175); }

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