Html Css Color HEX #FEE370 Sweet Corn

📋 copy color: '#FEE370'

red 254 ◦ green 227 ◦ blue 112

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

Shades of Sweet Corn #FEE370

Tints of Sweet Corn #FEE370

RGB

 RED value IS 254 (99.61% from 255) = 42.83%

 GREEN value IS 227 (89.06% from 255) = 38.28%

 BLUE value IS 112 (44.14% from 255) = 18.89%

R = 42.83%
G = 38.28%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEE370 (or 0xFEE370) is known color: Sweet Corn. HEX triplet: FE, E3 and 70. RGB value is (254,227,112). Sum of RGB (Red+Green+Blue) = 254+227+112=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 112 (44.14% from 255 or 18.89% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE370 is #011C8F. Grayscale: #DEDEDE. Windows color (decimal): -72848 or 7398398. OLE color: 7398398.

HSL color Cylindrical-coordinate representation of color #FEE370: hue angle of 48.59º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEE370 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 227 112 -
CMYK 0 0.11 0.56 0.00
HSL 48.59º 0.99% 0.72% -
HSV(B) 48.59º 0.56% 1% -
XYZ 71.27 77.18 26.47 -
YUV 221.96 65.95 150.85 -
System Red Green Blue C M Y K H S L
Decimal 254 227 112 0 0.11 0.56 0.00 48.59 0.99 0.72
Hex FE E3 70 0 B 38 0 31 63 48
Octal 376 343 160 0 13 70 0 61 143 110
Binary 11111110 11100011 1110000 0 1011 111000 0 110001 1100011 1001000

Color Harmonies of #FEE370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE370

Black with #FEE370

Text Example


Text Example

White with #FEE370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE370; }

 p { color: rgb(254,227,112); }

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

background-color css

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

 a { background-color: rgb(254,227,112); }

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

border-color css

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

 span { border-color: rgb(254,227,112); }

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