Html Css Color HEX #FEE676 Sweet Corn

📋 copy color: '#FEE676'

red 254 ◦ green 230 ◦ blue 118

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

Shades of Sweet Corn #FEE676

Tints of Sweet Corn #FEE676

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.21%

 BLUE value IS 118 (46.48% from 255) = 19.6%

R = 42.19%
G = 38.21%
B = 19.6%

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

#FEE676 (or 0xFEE676) is known color: Sweet Corn. HEX triplet: FE, E6 and 76. RGB value is (254,230,118). Sum of RGB (Red+Green+Blue) = 254+230+118=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 118 (46.48% from 255 or 19.60% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE676 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE676 is #011989. Grayscale: #E0E0E0. Windows color (decimal): -72074 or 7792382. OLE color: 7792382.

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

Color convert

RGB 254 230 118 -
CMYK 0 0.09 0.54 0.00
HSL 49.41º 0.99% 0.73% -
HSV(B) 49.41º 0.54% 1% -
XYZ 72.44 78.97 28.56 -
YUV 224.41 67.95 149.11 -
System Red Green Blue C M Y K H S L
Decimal 254 230 118 0 0.09 0.54 0.00 49.41 0.99 0.73
Hex FE E6 76 0 9 36 0 31 63 49
Octal 376 346 166 0 11 66 0 61 143 111
Binary 11111110 11100110 1110110 0 1001 110110 0 110001 1100011 1001001

Color Harmonies of #FEE676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE676

Black with #FEE676

Text Example


Text Example

White with #FEE676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE676; }

 p { color: rgb(254,230,118); }

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

background-color css

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

 a { background-color: rgb(254,230,118); }

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

border-color css

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

 span { border-color: rgb(254,230,118); }

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