Html Css Color HEX #FEE479 Sweet Corn

📋 copy color: '#FEE479'

red 254 ◦ green 228 ◦ blue 121

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

Shades of Sweet Corn #FEE479

Tints of Sweet Corn #FEE479

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.81%

 BLUE value IS 121 (47.66% from 255) = 20.07%

R = 42.12%
G = 37.81%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEE479 (or 0xFEE479) is known color: Sweet Corn. HEX triplet: FE, E4 and 79. RGB value is (254,228,121). Sum of RGB (Red+Green+Blue) = 254+228+121=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 121 (47.66% from 255 or 20.07% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE479 is #011B86. Grayscale: #E0E0E0. Windows color (decimal): -72583 or 7988478. OLE color: 7988478.

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

Color convert

RGB 254 228 121 -
CMYK 0 0.10 0.52 0.00
HSL 48.27º 0.99% 0.74% -
HSV(B) 48.27º 0.52% 1% -
XYZ 72.07 77.94 29.33 -
YUV 223.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 254 228 121 0 0.10 0.52 0.00 48.27 0.99 0.74
Hex FE E4 79 0 A 34 0 30 63 4A
Octal 376 344 171 0 12 64 0 60 143 112
Binary 11111110 11100100 1111001 0 1010 110100 0 110000 1100011 1001010

Color Harmonies of #FEE479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE479

Black with #FEE479

Text Example


Text Example

White with #FEE479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE479; }

 p { color: rgb(254,228,121); }

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

background-color css

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

 a { background-color: rgb(254,228,121); }

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

border-color css

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

 span { border-color: rgb(254,228,121); }

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