Html Css Color HEX #F4E6AA Pale Goldenrod

📋 copy color: '#F4E6AA'

red 244 ◦ green 230 ◦ blue 170

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

Shades of Pale Goldenrod #F4E6AA

Tints of Pale Goldenrod #F4E6AA

RGB

 RED value IS 244 (95.7% from 255) = 37.89%

 GREEN value IS 230 (90.23% from 255) = 35.71%

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

R = 37.89%
G = 35.71%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F4E6AA (or 0xF4E6AA) is known color: Pale Goldenrod. HEX triplet: F4, E6 and AA. RGB value is (244,230,170). Sum of RGB (Red+Green+Blue) = 244+230+170=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4E6AA is #0B1955. Grayscale: #E3E3E3. Windows color (decimal): -727382 or 11200244. OLE color: 11200244.

HSL color Cylindrical-coordinate representation of color #F4E6AA: hue angle of 48.65º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4E6AA is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 230 170 -
CMYK 0 0.06 0.30 0.04
HSL 48.65º 0.77% 0.81% -
HSV(B) 48.65º 0.3% 0.96% -
XYZ 72.86 78.73 49.39 -
YUV 227.35 95.64 139.88 -
System Red Green Blue C M Y K H S L
Decimal 244 230 170 0 0.06 0.30 0.04 48.65 0.77 0.81
Hex F4 E6 AA 0 6 1E 4 31 4D 51
Octal 364 346 252 0 6 36 4 61 115 121
Binary 11110100 11100110 10101010 0 110 11110 100 110001 1001101 1010001

Color Harmonies of #F4E6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E6AA

Black with #F4E6AA

Text Example


Text Example

White with #F4E6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E6AA; }

 p { color: rgb(244,230,170); }

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

background-color css

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

 a { background-color: rgb(244,230,170); }

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

border-color css

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

 span { border-color: rgb(244,230,170); }

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