Html Css Color HEX #FEE280 Sweet Corn

📋 copy color: '#FEE280'

red 254 ◦ green 226 ◦ blue 128

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

Shades of Sweet Corn #FEE280

Tints of Sweet Corn #FEE280

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.17%

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

R = 41.78%
G = 37.17%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEE280 (or 0xFEE280) is known color: Sweet Corn. HEX triplet: FE, E2 and 80. RGB value is (254,226,128). Sum of RGB (Red+Green+Blue) = 254+226+128=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 128 (50.39% from 255 or 21.05% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE280 is #011D7F. Grayscale: #DFDFDF. Windows color (decimal): -73088 or 8446718. OLE color: 8446718.

HSL color Cylindrical-coordinate representation of color #FEE280: hue angle of 46.67º 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 #FEE280 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 226 128 -
CMYK 0 0.11 0.50 0.00
HSL 46.67º 0.98% 0.75% -
HSV(B) 46.67º 0.5% 1% -
XYZ 71.97 77.02 31.5 -
YUV 223.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 254 226 128 0 0.11 0.50 0.00 46.67 0.98 0.75
Hex FE E2 80 0 B 32 0 2F 62 4B
Octal 376 342 200 0 13 62 0 57 142 113
Binary 11111110 11100010 10000000 0 1011 110010 0 101111 1100010 1001011

Color Harmonies of #FEE280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE280

Black with #FEE280

Text Example


Text Example

White with #FEE280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE280; }

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

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

background-color css

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

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

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

border-color css

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

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

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