Html Css Color HEX #FEE484 Sweet Corn

📋 copy color: '#FEE484'

red 254 ◦ green 228 ◦ blue 132

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

Shades of Sweet Corn #FEE484

Tints of Sweet Corn #FEE484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.5%

R = 41.37%
G = 37.13%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEE484 (or 0xFEE484) is known color: Sweet Corn. HEX triplet: FE, E4 and 84. RGB value is (254,228,132). Sum of RGB (Red+Green+Blue) = 254+228+132=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 132 (51.95% from 255 or 21.50% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE484 is #011B7B. Grayscale: #E1E1E1. Windows color (decimal): -72572 or 8709374. OLE color: 8709374.

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

Color convert

RGB 254 228 132 -
CMYK 0 0.10 0.48 0.00
HSL 47.21º 0.98% 0.76% -
HSV(B) 47.21º 0.48% 1% -
XYZ 72.78 78.22 33.09 -
YUV 224.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 254 228 132 0 0.10 0.48 0.00 47.21 0.98 0.76
Hex FE E4 84 0 A 30 0 2F 62 4C
Octal 376 344 204 0 12 60 0 57 142 114
Binary 11111110 11100100 10000100 0 1010 110000 0 101111 1100010 1001100

Color Harmonies of #FEE484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE484

Black with #FEE484

Text Example


Text Example

White with #FEE484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE484; }

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

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

background-color css

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

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

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

border-color css

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

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

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