Html Css Color HEX #FEE47C Sweet Corn

📋 copy color: '#FEE47C'

red 254 ◦ green 228 ◦ blue 124

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

Shades of Sweet Corn #FEE47C

Tints of Sweet Corn #FEE47C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.62%

 BLUE value IS 124 (48.83% from 255) = 20.46%

R = 41.91%
G = 37.62%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEE47C (or 0xFEE47C) is known color: Sweet Corn. HEX triplet: FE, E4 and 7C. RGB value is (254,228,124). Sum of RGB (Red+Green+Blue) = 254+228+124=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 124 (48.83% from 255 or 20.46% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE47C is #011B83. Grayscale: #E0E0E0. Windows color (decimal): -72580 or 8185086. OLE color: 8185086.

HSL color Cylindrical-coordinate representation of color #FEE47C: hue angle of 48º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEE47C is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 228 124 -
CMYK 0 0.10 0.51 0.00
HSL 48º 0.98% 0.74% -
HSV(B) 48º 0.51% 1% -
XYZ 72.25 78.01 30.32 -
YUV 223.92 71.61 149.46 -
System Red Green Blue C M Y K H S L
Decimal 254 228 124 0 0.10 0.51 0.00 48 0.98 0.74
Hex FE E4 7C 0 A 33 0 30 62 4A
Octal 376 344 174 0 12 63 0 60 142 112
Binary 11111110 11100100 1111100 0 1010 110011 0 110000 1100010 1001010

Color Harmonies of #FEE47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE47C

Black with #FEE47C

Text Example


Text Example

White with #FEE47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE47C; }

 p { color: rgb(254,228,124); }

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

background-color css

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

 a { background-color: rgb(254,228,124); }

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

border-color css

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

 span { border-color: rgb(254,228,124); }

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