Html Css Color HEX #FEEB60 Corn

📋 copy color: '#FEEB60'

red 254 ◦ green 235 ◦ blue 96

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

Shades of Corn #FEEB60

Tints of Corn #FEEB60

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.17%

 BLUE value IS 96 (37.89% from 255) = 16.41%

R = 43.42%
G = 40.17%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEEB60 (or 0xFEEB60) is known color: Corn. HEX triplet: FE, EB and 60. RGB value is (254,235,96). Sum of RGB (Red+Green+Blue) = 254+235+96=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 96 (37.89% from 255 or 16.41% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEB60 is #01149F. Grayscale: #E1E1E1. Windows color (decimal): -70816 or 6351870. OLE color: 6351870.

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

Color convert

RGB 254 235 96 -
CMYK 0 0.07 0.62 0.00
HSL 52.78º 0.99% 0.69% -
HSV(B) 52.78º 0.62% 1% -
XYZ 72.69 81.33 22.93 -
YUV 224.84 55.29 148.8 -
System Red Green Blue C M Y K H S L
Decimal 254 235 96 0 0.07 0.62 0.00 52.78 0.99 0.69
Hex FE EB 60 0 7 3E 0 35 63 45
Octal 376 353 140 0 7 76 0 65 143 105
Binary 11111110 11101011 1100000 0 111 111110 0 110101 1100011 1000101

Color Harmonies of #FEEB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEB60

Black with #FEEB60

Text Example


Text Example

White with #FEEB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEB60; }

 p { color: rgb(254,235,96); }

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

background-color css

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

 a { background-color: rgb(254,235,96); }

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

border-color css

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

 span { border-color: rgb(254,235,96); }

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