Html Css Color HEX #FEE45B Corn

📋 copy color: '#FEE45B'

red 254 ◦ green 228 ◦ blue 91

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

Shades of Corn #FEE45B

Tints of Corn #FEE45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.88%

R = 44.33%
G = 39.79%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEE45B (or 0xFEE45B) is known color: Corn. HEX triplet: FE, E4 and 5B. RGB value is (254,228,91). Sum of RGB (Red+Green+Blue) = 254+228+91=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 91 (35.94% from 255 or 15.88% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE45B is #011BA4. Grayscale: #DCDCDC. Windows color (decimal): -72613 or 6022398. OLE color: 6022398.

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

Color convert

RGB 254 228 91 -
CMYK 0 0.10 0.64 0.00
HSL 50.43º 0.99% 0.68% -
HSV(B) 50.43º 0.64% 1% -
XYZ 70.5 77.31 21.1 -
YUV 220.16 55.11 152.14 -
System Red Green Blue C M Y K H S L
Decimal 254 228 91 0 0.10 0.64 0.00 50.43 0.99 0.68
Hex FE E4 5B 0 A 40 0 32 63 44
Octal 376 344 133 0 12 100 0 62 143 104
Binary 11111110 11100100 1011011 0 1010 1000000 0 110010 1100011 1000100

Color Harmonies of #FEE45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE45B

Black with #FEE45B

Text Example


Text Example

White with #FEE45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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