Html Css Color HEX #FEE45C Corn

📋 copy color: '#FEE45C'

red 254 ◦ green 228 ◦ blue 92

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

Shades of Corn #FEE45C

Tints of Corn #FEE45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.03%

R = 44.25%
G = 39.72%
B = 16.03%

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

#FEE45C (or 0xFEE45C) is known color: Corn. HEX triplet: FE, E4 and 5C. RGB value is (254,228,92). Sum of RGB (Red+Green+Blue) = 254+228+92=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 92 (36.33% from 255 or 16.03% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE45C is #011BA3. Grayscale: #DCDCDC. Windows color (decimal): -72612 or 6087934. OLE color: 6087934.

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

Color convert

RGB 254 228 92 -
CMYK 0 0.10 0.64 0.00
HSL 50.37º 0.99% 0.68% -
HSV(B) 50.37º 0.64% 1% -
XYZ 70.55 77.33 21.33 -
YUV 220.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 254 228 92 0 0.10 0.64 0.00 50.37 0.99 0.68
Hex FE E4 5C 0 A 40 0 32 63 44
Octal 376 344 134 0 12 100 0 62 143 104
Binary 11111110 11100100 1011100 0 1010 1000000 0 110010 1100011 1000100

Color Harmonies of #FEE45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE45C

Black with #FEE45C

Text Example


Text Example

White with #FEE45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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