Html Css Color HEX #FEE471 Sweet Corn

📋 copy color: '#FEE471'

red 254 ◦ green 228 ◦ blue 113

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

Shades of Sweet Corn #FEE471

Tints of Sweet Corn #FEE471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 18.99%

R = 42.69%
G = 38.32%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEE471 (or 0xFEE471) is known color: Sweet Corn. HEX triplet: FE, E4 and 71. RGB value is (254,228,113). Sum of RGB (Red+Green+Blue) = 254+228+113=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 113 (44.53% from 255 or 18.99% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE471 is #011B8E. Grayscale: #DFDFDF. Windows color (decimal): -72591 or 7464190. OLE color: 7464190.

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

Color convert

RGB 254 228 113 -
CMYK 0 0.10 0.56 0.00
HSL 48.94º 0.99% 0.72% -
HSV(B) 48.94º 0.56% 1% -
XYZ 71.6 77.75 26.86 -
YUV 222.66 66.11 150.35 -
System Red Green Blue C M Y K H S L
Decimal 254 228 113 0 0.10 0.56 0.00 48.94 0.99 0.72
Hex FE E4 71 0 A 38 0 31 63 48
Octal 376 344 161 0 12 70 0 61 143 110
Binary 11111110 11100100 1110001 0 1010 111000 0 110001 1100011 1001000

Color Harmonies of #FEE471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE471

Black with #FEE471

Text Example


Text Example

White with #FEE471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE471; }

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

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

background-color css

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

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

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

border-color css

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

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

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