Html Css Color HEX #FEE076 Sweet Corn

📋 copy color: '#FEE076'

red 254 ◦ green 224 ◦ blue 118

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

Shades of Sweet Corn #FEE076

Tints of Sweet Corn #FEE076

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.58%

 BLUE value IS 118 (46.48% from 255) = 19.8%

R = 42.62%
G = 37.58%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEE076 (or 0xFEE076) is known color: Sweet Corn. HEX triplet: FE, E0 and 76. RGB value is (254,224,118). Sum of RGB (Red+Green+Blue) = 254+224+118=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 118 (46.48% from 255 or 19.80% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE076 is #011F89. Grayscale: #DDDDDD. Windows color (decimal): -73610 or 7790846. OLE color: 7790846.

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

Color convert

RGB 254 224 118 -
CMYK 0 0.12 0.54 0.00
HSL 46.76º 0.99% 0.73% -
HSV(B) 46.76º 0.54% 1% -
XYZ 70.8 75.69 28.02 -
YUV 220.89 69.94 151.62 -
System Red Green Blue C M Y K H S L
Decimal 254 224 118 0 0.12 0.54 0.00 46.76 0.99 0.73
Hex FE E0 76 0 C 36 0 2F 63 49
Octal 376 340 166 0 14 66 0 57 143 111
Binary 11111110 11100000 1110110 0 1100 110110 0 101111 1100011 1001001

Color Harmonies of #FEE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE076

Black with #FEE076

Text Example


Text Example

White with #FEE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE076; }

 p { color: rgb(254,224,118); }

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

background-color css

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

 a { background-color: rgb(254,224,118); }

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

border-color css

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

 span { border-color: rgb(254,224,118); }

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