Html Css Color HEX #FEEA7F Sweet Corn

📋 copy color: '#FEEA7F'

red 254 ◦ green 234 ◦ blue 127

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

Shades of Sweet Corn #FEEA7F

Tints of Sweet Corn #FEEA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.65%

R = 41.3%
G = 38.05%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEEA7F (or 0xFEEA7F) is known color: Sweet Corn. HEX triplet: FE, EA and 7F. RGB value is (254,234,127). Sum of RGB (Red+Green+Blue) = 254+234+127=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 127 (50% from 255 or 20.65% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA7F is #011580. Grayscale: #E4E4E4. Windows color (decimal): -71041 or 8383230. OLE color: 8383230.

HSL color Cylindrical-coordinate representation of color #FEEA7F: hue angle of 50.55º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEEA7F is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 234 127 -
CMYK 0 0.08 0.50 0.00
HSL 50.55º 0.98% 0.75% -
HSV(B) 50.55º 0.5% 1% -
XYZ 74.13 81.45 31.89 -
YUV 227.78 71.13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 254 234 127 0 0.08 0.50 0.00 50.55 0.98 0.75
Hex FE EA 7F 0 8 32 0 33 62 4B
Octal 376 352 177 0 10 62 0 63 142 113
Binary 11111110 11101010 1111111 0 1000 110010 0 110011 1100010 1001011

Color Harmonies of #FEEA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA7F

Black with #FEEA7F

Text Example


Text Example

White with #FEEA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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