Html Css Color HEX #F0EA5E Corn

📋 copy color: '#F0EA5E'

red 240 ◦ green 234 ◦ blue 94

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

Shades of Corn #F0EA5E

Tints of Corn #F0EA5E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.2%

 BLUE value IS 94 (37.11% from 255) = 16.55%

R = 42.25%
G = 41.2%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0EA5E (or 0xF0EA5E) is known color: Corn. HEX triplet: F0, EA and 5E. RGB value is (240,234,94). Sum of RGB (Red+Green+Blue) = 240+234+94=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 94 (37.11% from 255 or 16.55% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EA5E is #0F15A1. Grayscale: #DCDCDC. Windows color (decimal): -988578 or 6220528. OLE color: 6220528.

HSL color Cylindrical-coordinate representation of color #F0EA5E: hue angle of 57.53º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0EA5E is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 234 94 -
CMYK 0 0.02 0.61 0.06
HSL 57.53º 0.83% 0.65% -
HSV(B) 57.53º 0.61% 0.94% -
XYZ 67.38 78.18 22.13 -
YUV 219.83 56.99 142.38 -
System Red Green Blue C M Y K H S L
Decimal 240 234 94 0 0.02 0.61 0.06 57.53 0.83 0.65
Hex F0 EA 5E 0 2 3D 6 3A 53 41
Octal 360 352 136 0 2 75 6 72 123 101
Binary 11110000 11101010 1011110 0 10 111101 110 111010 1010011 1000001

Color Harmonies of #F0EA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EA5E

Black with #F0EA5E

Text Example


Text Example

White with #F0EA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EA5E; }

 p { color: rgb(240,234,94); }

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

background-color css

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

 a { background-color: rgb(240,234,94); }

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

border-color css

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

 span { border-color: rgb(240,234,94); }

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