Html Css Color HEX #FEE170 Sweet Corn

📋 copy color: '#FEE170'

red 254 ◦ green 225 ◦ blue 112

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

Shades of Sweet Corn #FEE170

Tints of Sweet Corn #FEE170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.95%

R = 42.98%
G = 38.07%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEE170 (or 0xFEE170) is known color: Sweet Corn. HEX triplet: FE, E1 and 70. RGB value is (254,225,112). Sum of RGB (Red+Green+Blue) = 254+225+112=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 112 (44.14% from 255 or 18.95% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE170 is #011E8F. Grayscale: #DDDDDD. Windows color (decimal): -73360 or 7397886. OLE color: 7397886.

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

Color convert

RGB 254 225 112 -
CMYK 0 0.11 0.56 0.00
HSL 47.75º 0.99% 0.72% -
HSV(B) 47.75º 0.56% 1% -
XYZ 70.72 76.09 26.29 -
YUV 220.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 254 225 112 0 0.11 0.56 0.00 47.75 0.99 0.72
Hex FE E1 70 0 B 38 0 30 63 48
Octal 376 341 160 0 13 70 0 60 143 110
Binary 11111110 11100001 1110000 0 1011 111000 0 110000 1100011 1001000

Color Harmonies of #FEE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE170

Black with #FEE170

Text Example


Text Example

White with #FEE170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE170; }

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

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

background-color css

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

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

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

border-color css

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

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

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