Html Css Color HEX #F5EFB4 Pale Goldenrod

📋 copy color: '#F5EFB4'

red 245 ◦ green 239 ◦ blue 180

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

Shades of Pale Goldenrod #F5EFB4

Tints of Pale Goldenrod #F5EFB4

RGB

 RED value IS 245 (96.09% from 255) = 36.9%

 GREEN value IS 239 (93.75% from 255) = 35.99%

 BLUE value IS 180 (70.7% from 255) = 27.11%

R = 36.9%
G = 35.99%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F5EFB4 (or 0xF5EFB4) is known color: Pale Goldenrod. HEX triplet: F5, EF and B4. RGB value is (245,239,180). Sum of RGB (Red+Green+Blue) = 245+239+180=664 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.90% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 180 (70.70% from 255 or 27.11% from 664); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EFB4 is #0A104B. Grayscale: #EAEAEA. Windows color (decimal): -659532 or 11857909. OLE color: 11857909.

HSL color Cylindrical-coordinate representation of color #F5EFB4: hue angle of 54.46º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5EFB4 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 239 180 -
CMYK 0 0.02 0.27 0.04
HSL 54.46º 0.76% 0.83% -
HSV(B) 54.46º 0.27% 0.96% -
XYZ 76.76 84.44 55.43 -
YUV 234.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 245 239 180 0 0.02 0.27 0.04 54.46 0.76 0.83
Hex F5 EF B4 0 2 1B 4 36 4C 53
Octal 365 357 264 0 2 33 4 66 114 123
Binary 11110101 11101111 10110100 0 10 11011 100 110110 1001100 1010011

Color Harmonies of #F5EFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EFB4

Black with #F5EFB4

Text Example


Text Example

White with #F5EFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EFB4; }

 p { color: rgb(245,239,180); }

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

background-color css

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

 a { background-color: rgb(245,239,180); }

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

border-color css

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

 span { border-color: rgb(245,239,180); }

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