Html Css Color HEX #F0E180 Light Goldenrod

📋 copy color: '#F0E180'

red 240 ◦ green 225 ◦ blue 128

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

Shades of Light Goldenrod #F0E180

Tints of Light Goldenrod #F0E180

RGB

 RED value IS 240 (94.14% from 255) = 40.47%

 GREEN value IS 225 (88.28% from 255) = 37.94%

 BLUE value IS 128 (50.39% from 255) = 21.59%

R = 40.47%
G = 37.94%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0E180 (or 0xF0E180) is known color: Light Goldenrod. HEX triplet: F0, E1 and 80. RGB value is (240,225,128). Sum of RGB (Red+Green+Blue) = 240+225+128=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E180 is #0F1E7F. Grayscale: #DADADA. Windows color (decimal): -990848 or 8446448. OLE color: 8446448.

HSL color Cylindrical-coordinate representation of color #F0E180: hue angle of 51.96º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0E180 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 225 128 -
CMYK 0 0.06 0.47 0.06
HSL 51.96º 0.79% 0.72% -
HSV(B) 51.96º 0.47% 0.94% -
XYZ 66.76 73.93 31.17 -
YUV 218.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 240 225 128 0 0.06 0.47 0.06 51.96 0.79 0.72
Hex F0 E1 80 0 6 2F 6 34 4F 48
Octal 360 341 200 0 6 57 6 64 117 110
Binary 11110000 11100001 10000000 0 110 101111 110 110100 1001111 1001000

Color Harmonies of #F0E180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E180

Black with #F0E180

Text Example


Text Example

White with #F0E180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E180; }

 p { color: rgb(240,225,128); }

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

background-color css

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

 a { background-color: rgb(240,225,128); }

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

border-color css

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

 span { border-color: rgb(240,225,128); }

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