Html Css Color HEX #FEE585 Sweet Corn

📋 copy color: '#FEE585'

red 254 ◦ green 229 ◦ blue 133

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

Shades of Sweet Corn #FEE585

Tints of Sweet Corn #FEE585

RGB

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

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

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

R = 41.23%
G = 37.18%
B = 21.59%

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

#FEE585 (or 0xFEE585) is known color: Sweet Corn. HEX triplet: FE, E5 and 85. RGB value is (254,229,133). Sum of RGB (Red+Green+Blue) = 254+229+133=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 133 (52.34% from 255 or 21.59% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE585 is #011A7A. Grayscale: #E1E1E1. Windows color (decimal): -72315 or 8775166. OLE color: 8775166.

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

Color convert

RGB 254 229 133 -
CMYK 0 0.10 0.48 0.00
HSL 47.6º 0.98% 0.76% -
HSV(B) 47.6º 0.48% 1% -
XYZ 73.13 78.8 33.55 -
YUV 225.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 254 229 133 0 0.10 0.48 0.00 47.6 0.98 0.76
Hex FE E5 85 0 A 30 0 30 62 4C
Octal 376 345 205 0 12 60 0 60 142 114
Binary 11111110 11100101 10000101 0 1010 110000 0 110000 1100010 1001100

Color Harmonies of #FEE585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE585

Black with #FEE585

Text Example


Text Example

White with #FEE585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE585; }

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

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

background-color css

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

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

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

border-color css

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

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

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