Html Css Color HEX #FEE174 Sweet Corn

📋 copy color: '#FEE174'

red 254 ◦ green 225 ◦ blue 116

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

Shades of Sweet Corn #FEE174

Tints of Sweet Corn #FEE174

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.82%

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

R = 42.69%
G = 37.82%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEE174 (or 0xFEE174) is known color: Sweet Corn. HEX triplet: FE, E1 and 74. RGB value is (254,225,116). Sum of RGB (Red+Green+Blue) = 254+225+116=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 116 (45.70% from 255 or 19.50% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE174 is #011E8B. Grayscale: #DDDDDD. Windows color (decimal): -73356 or 7660030. OLE color: 7660030.

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

Color convert

RGB 254 225 116 -
CMYK 0 0.11 0.54 0.00
HSL 47.39º 0.99% 0.73% -
HSV(B) 47.39º 0.54% 1% -
XYZ 70.95 76.18 27.49 -
YUV 221.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 254 225 116 0 0.11 0.54 0.00 47.39 0.99 0.73
Hex FE E1 74 0 B 36 0 2F 63 49
Octal 376 341 164 0 13 66 0 57 143 111
Binary 11111110 11100001 1110100 0 1011 110110 0 101111 1100011 1001001

Color Harmonies of #FEE174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE174

Black with #FEE174

Text Example


Text Example

White with #FEE174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE174; }

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

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

background-color css

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

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

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

border-color css

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

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

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