Html Css Color HEX #FEE56A Sweet Corn

📋 copy color: '#FEE56A'

red 254 ◦ green 229 ◦ blue 106

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

Shades of Sweet Corn #FEE56A

Tints of Sweet Corn #FEE56A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.88%

 BLUE value IS 106 (41.8% from 255) = 18%

R = 43.12%
G = 38.88%
B = 18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEE56A (or 0xFEE56A) is known color: Sweet Corn. HEX triplet: FE, E5 and 6A. RGB value is (254,229,106). Sum of RGB (Red+Green+Blue) = 254+229+106=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 106 (41.80% from 255 or 18.00% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE56A is #011A95. Grayscale: #DEDEDE. Windows color (decimal): -72342 or 7005694. OLE color: 7005694.

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

Color convert

RGB 254 229 106 -
CMYK 0 0.10 0.58 0.00
HSL 49.86º 0.99% 0.71% -
HSV(B) 49.86º 0.58% 1% -
XYZ 71.49 78.15 24.95 -
YUV 222.45 62.28 150.5 -
System Red Green Blue C M Y K H S L
Decimal 254 229 106 0 0.10 0.58 0.00 49.86 0.99 0.71
Hex FE E5 6A 0 A 3A 0 32 63 47
Octal 376 345 152 0 12 72 0 62 143 107
Binary 11111110 11100101 1101010 0 1010 111010 0 110010 1100011 1000111

Color Harmonies of #FEE56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE56A

Black with #FEE56A

Text Example


Text Example

White with #FEE56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE56A; }

 p { color: rgb(254,229,106); }

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

background-color css

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

 a { background-color: rgb(254,229,106); }

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

border-color css

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

 span { border-color: rgb(254,229,106); }

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