Html Css Color HEX #F2EBA4 Pale Goldenrod

📋 copy color: '#F2EBA4'

red 242 ◦ green 235 ◦ blue 164

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

Shades of Pale Goldenrod #F2EBA4

Tints of Pale Goldenrod #F2EBA4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.66%

 BLUE value IS 164 (64.45% from 255) = 25.59%

R = 37.75%
G = 36.66%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F2EBA4 (or 0xF2EBA4) is known color: Pale Goldenrod. HEX triplet: F2, EB and A4. RGB value is (242,235,164). Sum of RGB (Red+Green+Blue) = 242+235+164=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 164 (64.45% from 255 or 25.59% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EBA4 is #0D145B. Grayscale: #E5E5E5. Windows color (decimal): -857180 or 10808306. OLE color: 10808306.

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

Color convert

RGB 242 235 164 -
CMYK 0 0.03 0.32 0.05
HSL 54.62º 0.75% 0.8% -
HSV(B) 54.62º 0.32% 0.95% -
XYZ 73.03 80.97 46.9 -
YUV 229 91.32 137.27 -
System Red Green Blue C M Y K H S L
Decimal 242 235 164 0 0.03 0.32 0.05 54.62 0.75 0.8
Hex F2 EB A4 0 3 20 5 37 4B 50
Octal 362 353 244 0 3 40 5 67 113 120
Binary 11110010 11101011 10100100 0 11 100000 101 110111 1001011 1010000

Color Harmonies of #F2EBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EBA4

Black with #F2EBA4

Text Example


Text Example

White with #F2EBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EBA4; }

 p { color: rgb(242,235,164); }

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

background-color css

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

 a { background-color: rgb(242,235,164); }

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

border-color css

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

 span { border-color: rgb(242,235,164); }

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