Html Css Color HEX #F0EE5B Corn

📋 copy color: '#F0EE5B'

red 240 ◦ green 238 ◦ blue 91

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

Shades of Corn #F0EE5B

Tints of Corn #F0EE5B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.83%

 BLUE value IS 91 (35.94% from 255) = 15.99%

R = 42.18%
G = 41.83%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0EE5B (or 0xF0EE5B) is known color: Corn. HEX triplet: F0, EE and 5B. RGB value is (240,238,91). Sum of RGB (Red+Green+Blue) = 240+238+91=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 91 (35.94% from 255 or 15.99% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EE5B is #0F11A4. Grayscale: #DEDEDE. Windows color (decimal): -987557 or 6024944. OLE color: 6024944.

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

Color convert

RGB 240 238 91 -
CMYK 0 0.01 0.62 0.06
HSL 59.19º 0.83% 0.65% -
HSV(B) 59.19º 0.62% 0.94% -
XYZ 68.4 80.43 21.82 -
YUV 221.84 54.16 140.95 -
System Red Green Blue C M Y K H S L
Decimal 240 238 91 0 0.01 0.62 0.06 59.19 0.83 0.65
Hex F0 EE 5B 0 1 3E 6 3B 53 41
Octal 360 356 133 0 1 76 6 73 123 101
Binary 11110000 11101110 1011011 0 1 111110 110 111011 1010011 1000001

Color Harmonies of #F0EE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EE5B

Black with #F0EE5B

Text Example


Text Example

White with #F0EE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EE5B; }

 p { color: rgb(240,238,91); }

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

background-color css

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

 a { background-color: rgb(240,238,91); }

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

border-color css

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

 span { border-color: rgb(240,238,91); }

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