Html Css Color HEX #FEEC5A Corn

📋 copy color: '#FEEC5A'

red 254 ◦ green 236 ◦ blue 90

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

Shades of Corn #FEEC5A

Tints of Corn #FEEC5A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.69%

 BLUE value IS 90 (35.55% from 255) = 15.52%

R = 43.79%
G = 40.69%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEEC5A (or 0xFEEC5A) is known color: Corn. HEX triplet: FE, EC and 5A. RGB value is (254,236,90). Sum of RGB (Red+Green+Blue) = 254+236+90=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 90 (35.55% from 255 or 15.52% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC5A is #0113A5. Grayscale: #E1E1E1. Windows color (decimal): -70566 or 5958910. OLE color: 5958910.

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

Color convert

RGB 254 236 90 -
CMYK 0 0.07 0.65 0.00
HSL 53.41º 0.99% 0.67% -
HSV(B) 53.41º 0.65% 1% -
XYZ 72.71 81.8 21.63 -
YUV 224.74 51.96 148.87 -
System Red Green Blue C M Y K H S L
Decimal 254 236 90 0 0.07 0.65 0.00 53.41 0.99 0.67
Hex FE EC 5A 0 7 41 0 35 63 43
Octal 376 354 132 0 7 101 0 65 143 103
Binary 11111110 11101100 1011010 0 111 1000001 0 110101 1100011 1000011

Color Harmonies of #FEEC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC5A

Black with #FEEC5A

Text Example


Text Example

White with #FEEC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC5A; }

 p { color: rgb(254,236,90); }

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

background-color css

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

 a { background-color: rgb(254,236,90); }

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

border-color css

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

 span { border-color: rgb(254,236,90); }

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