Html Css Color HEX #FEEA5E Corn

📋 copy color: '#FEEA5E'

red 254 ◦ green 234 ◦ blue 94

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

Shades of Corn #FEEA5E

Tints of Corn #FEEA5E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.21%

 BLUE value IS 94 (37.11% from 255) = 16.15%

R = 43.64%
G = 40.21%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEEA5E (or 0xFEEA5E) is known color: Corn. HEX triplet: FE, EA and 5E. RGB value is (254,234,94). Sum of RGB (Red+Green+Blue) = 254+234+94=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 94 (37.11% from 255 or 16.15% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA5E is #0115A1. Grayscale: #E0E0E0. Windows color (decimal): -71074 or 6220542. OLE color: 6220542.

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

Color convert

RGB 254 234 94 -
CMYK 0 0.08 0.63 0.00
HSL 52.5º 0.99% 0.68% -
HSV(B) 52.5º 0.63% 1% -
XYZ 72.32 80.72 22.36 -
YUV 224.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 254 234 94 0 0.08 0.63 0.00 52.5 0.99 0.68
Hex FE EA 5E 0 8 3F 0 34 63 44
Octal 376 352 136 0 10 77 0 64 143 104
Binary 11111110 11101010 1011110 0 1000 111111 0 110100 1100011 1000100

Color Harmonies of #FEEA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA5E

Black with #FEEA5E

Text Example


Text Example

White with #FEEA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA5E; }

 p { color: rgb(254,234,94); }

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

background-color css

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

 a { background-color: rgb(254,234,94); }

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

border-color css

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

 span { border-color: rgb(254,234,94); }

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