Html Css Color HEX #FEE06E Sweet Corn

📋 copy color: '#FEE06E'

red 254 ◦ green 224 ◦ blue 110

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

Shades of Sweet Corn #FEE06E

Tints of Sweet Corn #FEE06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.71%

R = 43.2%
G = 38.1%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEE06E (or 0xFEE06E) is known color: Sweet Corn. HEX triplet: FE, E0 and 6E. RGB value is (254,224,110). Sum of RGB (Red+Green+Blue) = 254+224+110=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 110 (43.36% from 255 or 18.71% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE06E is #011F91. Grayscale: #DCDCDC. Windows color (decimal): -73618 or 7266558. OLE color: 7266558.

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

Color convert

RGB 254 224 110 -
CMYK 0 0.12 0.57 0.00
HSL 47.5º 0.99% 0.71% -
HSV(B) 47.5º 0.57% 1% -
XYZ 70.34 75.51 25.62 -
YUV 219.97 65.94 152.27 -
System Red Green Blue C M Y K H S L
Decimal 254 224 110 0 0.12 0.57 0.00 47.5 0.99 0.71
Hex FE E0 6E 0 C 39 0 30 63 47
Octal 376 340 156 0 14 71 0 60 143 107
Binary 11111110 11100000 1101110 0 1100 111001 0 110000 1100011 1000111

Color Harmonies of #FEE06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE06E

Black with #FEE06E

Text Example


Text Example

White with #FEE06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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