Html Css Color HEX #FEE06F Sweet Corn

📋 copy color: '#FEE06F'

red 254 ◦ green 224 ◦ blue 111

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

Shades of Sweet Corn #FEE06F

Tints of Sweet Corn #FEE06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 18.85%

R = 43.12%
G = 38.03%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEE06F (or 0xFEE06F) is known color: Sweet Corn. HEX triplet: FE, E0 and 6F. RGB value is (254,224,111). Sum of RGB (Red+Green+Blue) = 254+224+111=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 111 (43.75% from 255 or 18.85% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE06F is #011F90. Grayscale: #DCDCDC. Windows color (decimal): -73617 or 7332094. OLE color: 7332094.

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

Color convert

RGB 254 224 111 -
CMYK 0 0.12 0.56 0.00
HSL 47.41º 0.99% 0.72% -
HSV(B) 47.41º 0.56% 1% -
XYZ 70.4 75.53 25.91 -
YUV 220.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 254 224 111 0 0.12 0.56 0.00 47.41 0.99 0.72
Hex FE E0 6F 0 C 38 0 2F 63 48
Octal 376 340 157 0 14 70 0 57 143 110
Binary 11111110 11100000 1101111 0 1100 111000 0 101111 1100011 1001000

Color Harmonies of #FEE06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE06F

Black with #FEE06F

Text Example


Text Example

White with #FEE06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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