Html Css Color HEX #FEE574 Sweet Corn

📋 copy color: '#FEE574'

red 254 ◦ green 229 ◦ blue 116

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

Shades of Sweet Corn #FEE574

Tints of Sweet Corn #FEE574

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.23%

 BLUE value IS 116 (45.7% from 255) = 19.37%

R = 42.4%
G = 38.23%
B = 19.37%

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

#FEE574 (or 0xFEE574) is known color: Sweet Corn. HEX triplet: FE, E5 and 74. RGB value is (254,229,116). Sum of RGB (Red+Green+Blue) = 254+229+116=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 116 (45.70% from 255 or 19.37% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE574 is #011A8B. Grayscale: #E0E0E0. Windows color (decimal): -72332 or 7661054. OLE color: 7661054.

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

Color convert

RGB 254 229 116 -
CMYK 0 0.10 0.54 0.00
HSL 49.13º 0.99% 0.73% -
HSV(B) 49.13º 0.54% 1% -
XYZ 72.04 78.37 27.85 -
YUV 223.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 254 229 116 0 0.10 0.54 0.00 49.13 0.99 0.73
Hex FE E5 74 0 A 36 0 31 63 49
Octal 376 345 164 0 12 66 0 61 143 111
Binary 11111110 11100101 1110100 0 1010 110110 0 110001 1100011 1001001

Color Harmonies of #FEE574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE574

Black with #FEE574

Text Example


Text Example

White with #FEE574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE574; }

 p { color: rgb(254,229,116); }

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

background-color css

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

 a { background-color: rgb(254,229,116); }

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

border-color css

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

 span { border-color: rgb(254,229,116); }

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