Html Css Color HEX #FEE774 Sweet Corn

📋 copy color: '#FEE774'

red 254 ◦ green 231 ◦ blue 116

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

Shades of Sweet Corn #FEE774

Tints of Sweet Corn #FEE774

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.44%

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

R = 42.26%
G = 38.44%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEE774 (or 0xFEE774) is known color: Sweet Corn. HEX triplet: FE, E7 and 74. RGB value is (254,231,116). Sum of RGB (Red+Green+Blue) = 254+231+116=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 231 (90.62% from 255 or 38.44% from 601); Blue value is 116 (45.70% from 255 or 19.30% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE774 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE774 is #01188B. Grayscale: #E1E1E1. Windows color (decimal): -71820 or 7661566. OLE color: 7661566.

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

Color convert

RGB 254 231 116 -
CMYK 0 0.09 0.54 0.00
HSL 50º 0.99% 0.73% -
HSV(B) 50º 0.54% 1% -
XYZ 72.6 79.48 28.04 -
YUV 224.77 66.62 148.85 -
System Red Green Blue C M Y K H S L
Decimal 254 231 116 0 0.09 0.54 0.00 50 0.99 0.73
Hex FE E7 74 0 9 36 0 32 63 49
Octal 376 347 164 0 11 66 0 62 143 111
Binary 11111110 11100111 1110100 0 1001 110110 0 110010 1100011 1001001

Color Harmonies of #FEE774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE774

Black with #FEE774

Text Example


Text Example

White with #FEE774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE774; }

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

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

background-color css

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

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

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

border-color css

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

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

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