Html Css Color HEX #FEE485 Sweet Corn

📋 copy color: '#FEE485'

red 254 ◦ green 228 ◦ blue 133

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

Shades of Sweet Corn #FEE485

Tints of Sweet Corn #FEE485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.63%

R = 41.3%
G = 37.07%
B = 21.63%

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

#FEE485 (or 0xFEE485) is known color: Sweet Corn. HEX triplet: FE, E4 and 85. RGB value is (254,228,133). Sum of RGB (Red+Green+Blue) = 254+228+133=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 133 (52.34% from 255 or 21.63% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE485 is #011B7A. Grayscale: #E1E1E1. Windows color (decimal): -72571 or 8774910. OLE color: 8774910.

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

Color convert

RGB 254 228 133 -
CMYK 0 0.10 0.48 0.00
HSL 47.11º 0.98% 0.76% -
HSV(B) 47.11º 0.48% 1% -
XYZ 72.85 78.25 33.45 -
YUV 224.94 76.11 148.72 -
System Red Green Blue C M Y K H S L
Decimal 254 228 133 0 0.10 0.48 0.00 47.11 0.98 0.76
Hex FE E4 85 0 A 30 0 2F 62 4C
Octal 376 344 205 0 12 60 0 57 142 114
Binary 11111110 11100100 10000101 0 1010 110000 0 101111 1100010 1001100

Color Harmonies of #FEE485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE485

Black with #FEE485

Text Example


Text Example

White with #FEE485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE485; }

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

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

background-color css

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

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

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

border-color css

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

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

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