Html Css Color HEX #FEE078 Sweet Corn

📋 copy color: '#FEE078'

red 254 ◦ green 224 ◦ blue 120

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

Shades of Sweet Corn #FEE078

Tints of Sweet Corn #FEE078

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.46%

 BLUE value IS 120 (47.27% from 255) = 20.07%

R = 42.47%
G = 37.46%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FEE078 (or 0xFEE078) is known color: Sweet Corn. HEX triplet: FE, E0 and 78. RGB value is (254,224,120). Sum of RGB (Red+Green+Blue) = 254+224+120=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 120 (47.27% from 255 or 20.07% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE078 is #011F87. Grayscale: #DDDDDD. Windows color (decimal): -73608 or 7921918. OLE color: 7921918.

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

Color convert

RGB 254 224 120 -
CMYK 0 0.12 0.53 0.00
HSL 46.57º 0.99% 0.73% -
HSV(B) 46.57º 0.53% 1% -
XYZ 70.92 75.74 28.65 -
YUV 221.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 254 224 120 0 0.12 0.53 0.00 46.57 0.99 0.73
Hex FE E0 78 0 C 35 0 2F 63 49
Octal 376 340 170 0 14 65 0 57 143 111
Binary 11111110 11100000 1111000 0 1100 110101 0 101111 1100011 1001001

Color Harmonies of #FEE078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE078

Black with #FEE078

Text Example


Text Example

White with #FEE078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE078; }

 p { color: rgb(254,224,120); }

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

background-color css

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

 a { background-color: rgb(254,224,120); }

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

border-color css

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

 span { border-color: rgb(254,224,120); }

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