Html Css Color HEX #FEE476 Sweet Corn

📋 copy color: '#FEE476'

red 254 ◦ green 228 ◦ blue 118

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

Shades of Sweet Corn #FEE476

Tints of Sweet Corn #FEE476

RGB

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

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

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

R = 42.33%
G = 38%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEE476 (or 0xFEE476) is known color: Sweet Corn. HEX triplet: FE, E4 and 76. RGB value is (254,228,118). Sum of RGB (Red+Green+Blue) = 254+228+118=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 118 (46.48% from 255 or 19.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE476 is #011B89. Grayscale: #DFDFDF. Windows color (decimal): -72586 or 7791870. OLE color: 7791870.

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

Color convert

RGB 254 228 118 -
CMYK 0 0.10 0.54 0.00
HSL 48.53º 0.99% 0.73% -
HSV(B) 48.53º 0.54% 1% -
XYZ 71.89 77.87 28.38 -
YUV 223.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 254 228 118 0 0.10 0.54 0.00 48.53 0.99 0.73
Hex FE E4 76 0 A 36 0 31 63 49
Octal 376 344 166 0 12 66 0 61 143 111
Binary 11111110 11100100 1110110 0 1010 110110 0 110001 1100011 1001001

Color Harmonies of #FEE476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE476

Black with #FEE476

Text Example


Text Example

White with #FEE476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE476; }

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

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

background-color css

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

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

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

border-color css

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

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

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