Html Css Color HEX #F0EC5D Corn

📋 copy color: '#F0EC5D'

red 240 ◦ green 236 ◦ blue 93

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

Shades of Corn #F0EC5D

Tints of Corn #F0EC5D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.48%

 BLUE value IS 93 (36.72% from 255) = 16.34%

R = 42.18%
G = 41.48%
B = 16.34%

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

#F0EC5D (or 0xF0EC5D) is known color: Corn. HEX triplet: F0, EC and 5D. RGB value is (240,236,93). Sum of RGB (Red+Green+Blue) = 240+236+93=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 93 (36.72% from 255 or 16.34% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EC5D is #0F13A2. Grayscale: #DDDDDD. Windows color (decimal): -988067 or 6155504. OLE color: 6155504.

HSL color Cylindrical-coordinate representation of color #F0EC5D: hue angle of 58.37º 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 #F0EC5D is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 236 93 -
CMYK 0 0.02 0.61 0.06
HSL 58.37º 0.83% 0.65% -
HSV(B) 58.37º 0.61% 0.94% -
XYZ 67.91 79.31 22.08 -
YUV 220.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 240 236 93 0 0.02 0.61 0.06 58.37 0.83 0.65
Hex F0 EC 5D 0 2 3D 6 3A 53 41
Octal 360 354 135 0 2 75 6 72 123 101
Binary 11110000 11101100 1011101 0 10 111101 110 111010 1010011 1000001

Color Harmonies of #F0EC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EC5D

Black with #F0EC5D

Text Example


Text Example

White with #F0EC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EC5D; }

 p { color: rgb(240,236,93); }

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

background-color css

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

 a { background-color: rgb(240,236,93); }

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

border-color css

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

 span { border-color: rgb(240,236,93); }

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