Html Css Color HEX #F0E084 Light Goldenrod

📋 copy color: '#F0E084'

red 240 ◦ green 224 ◦ blue 132

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

Shades of Light Goldenrod #F0E084

Tints of Light Goldenrod #F0E084

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.58%

 BLUE value IS 132 (51.95% from 255) = 22.15%

R = 40.27%
G = 37.58%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F0E084 (or 0xF0E084) is known color: Light Goldenrod. HEX triplet: F0, E0 and 84. RGB value is (240,224,132). Sum of RGB (Red+Green+Blue) = 240+224+132=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 132 (51.95% from 255 or 22.15% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E084 is #0F1F7B. Grayscale: #DADADA. Windows color (decimal): -991100 or 8708336. OLE color: 8708336.

HSL color Cylindrical-coordinate representation of color #F0E084: hue angle of 51.11º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0E084 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 224 132 -
CMYK 0 0.07 0.45 0.06
HSL 51.11º 0.78% 0.73% -
HSV(B) 51.11º 0.45% 0.94% -
XYZ 66.76 73.5 32.5 -
YUV 218.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 240 224 132 0 0.07 0.45 0.06 51.11 0.78 0.73
Hex F0 E0 84 0 7 2D 6 33 4E 49
Octal 360 340 204 0 7 55 6 63 116 111
Binary 11110000 11100000 10000100 0 111 101101 110 110011 1001110 1001001

Color Harmonies of #F0E084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E084

Black with #F0E084

Text Example


Text Example

White with #F0E084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E084; }

 p { color: rgb(240,224,132); }

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

background-color css

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

 a { background-color: rgb(240,224,132); }

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

border-color css

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

 span { border-color: rgb(240,224,132); }

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