Html Css Color HEX #FEE480 Sweet Corn

📋 copy color: '#FEE480'

red 254 ◦ green 228 ◦ blue 128

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

Shades of Sweet Corn #FEE480

Tints of Sweet Corn #FEE480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 20.98%

R = 41.64%
G = 37.38%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEE480 (or 0xFEE480) is known color: Sweet Corn. HEX triplet: FE, E4 and 80. RGB value is (254,228,128). Sum of RGB (Red+Green+Blue) = 254+228+128=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 128 (50.39% from 255 or 20.98% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE480 is #011B7F. Grayscale: #E0E0E0. Windows color (decimal): -72576 or 8447230. OLE color: 8447230.

HSL color Cylindrical-coordinate representation of color #FEE480: hue angle of 47.62º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEE480 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 228 128 -
CMYK 0 0.10 0.50 0.00
HSL 47.62º 0.98% 0.75% -
HSV(B) 47.62º 0.5% 1% -
XYZ 72.51 78.12 31.68 -
YUV 224.37 73.61 149.13 -
System Red Green Blue C M Y K H S L
Decimal 254 228 128 0 0.10 0.50 0.00 47.62 0.98 0.75
Hex FE E4 80 0 A 32 0 30 62 4B
Octal 376 344 200 0 12 62 0 60 142 113
Binary 11111110 11100100 10000000 0 1010 110010 0 110000 1100010 1001011

Color Harmonies of #FEE480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE480

Black with #FEE480

Text Example


Text Example

White with #FEE480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE480; }

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

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

background-color css

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

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

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

border-color css

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

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

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