Html Css Color HEX #FEE06C Sweet Corn

📋 copy color: '#FEE06C'

red 254 ◦ green 224 ◦ blue 108

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

Shades of Sweet Corn #FEE06C

Tints of Sweet Corn #FEE06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.43%

R = 43.34%
G = 38.23%
B = 18.43%

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

#FEE06C (or 0xFEE06C) is known color: Sweet Corn. HEX triplet: FE, E0 and 6C. RGB value is (254,224,108). Sum of RGB (Red+Green+Blue) = 254+224+108=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 108 (42.58% from 255 or 18.43% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE06C is #011F93. Grayscale: #DCDCDC. Windows color (decimal): -73620 or 7135486. OLE color: 7135486.

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

Color convert

RGB 254 224 108 -
CMYK 0 0.12 0.57 0.00
HSL 47.67º 0.99% 0.71% -
HSV(B) 47.67º 0.57% 1% -
XYZ 70.24 75.46 25.05 -
YUV 219.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 254 224 108 0 0.12 0.57 0.00 47.67 0.99 0.71
Hex FE E0 6C 0 C 39 0 30 63 47
Octal 376 340 154 0 14 71 0 60 143 107
Binary 11111110 11100000 1101100 0 1100 111001 0 110000 1100011 1000111

Color Harmonies of #FEE06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE06C

Black with #FEE06C

Text Example


Text Example

White with #FEE06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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