Html Css Color HEX #FEE45F Corn

📋 copy color: '#FEE45F'

red 254 ◦ green 228 ◦ blue 95

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

Shades of Corn #FEE45F

Tints of Corn #FEE45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.46%

R = 44.02%
G = 39.51%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEE45F (or 0xFEE45F) is known color: Corn. HEX triplet: FE, E4 and 5F. RGB value is (254,228,95). Sum of RGB (Red+Green+Blue) = 254+228+95=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 95 (37.5% from 255 or 16.46% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE45F is #011BA0. Grayscale: #DDDDDD. Windows color (decimal): -72609 or 6284542. OLE color: 6284542.

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

Color convert

RGB 254 228 95 -
CMYK 0 0.10 0.63 0.00
HSL 50.19º 0.99% 0.68% -
HSV(B) 50.19º 0.63% 1% -
XYZ 70.68 77.38 22.04 -
YUV 220.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 254 228 95 0 0.10 0.63 0.00 50.19 0.99 0.68
Hex FE E4 5F 0 A 3F 0 32 63 44
Octal 376 344 137 0 12 77 0 62 143 104
Binary 11111110 11100100 1011111 0 1010 111111 0 110010 1100011 1000100

Color Harmonies of #FEE45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE45F

Black with #FEE45F

Text Example


Text Example

White with #FEE45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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