Html Css Color HEX #FEE073 Sweet Corn

📋 copy color: '#FEE073'

red 254 ◦ green 224 ◦ blue 115

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

Shades of Sweet Corn #FEE073

Tints of Sweet Corn #FEE073

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.77%

 BLUE value IS 115 (45.31% from 255) = 19.39%

R = 42.83%
G = 37.77%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEE073 (or 0xFEE073) is known color: Sweet Corn. HEX triplet: FE, E0 and 73. RGB value is (254,224,115). Sum of RGB (Red+Green+Blue) = 254+224+115=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 115 (45.31% from 255 or 19.39% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE073 is #011F8C. Grayscale: #DDDDDD. Windows color (decimal): -73613 or 7594238. OLE color: 7594238.

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

Color convert

RGB 254 224 115 -
CMYK 0 0.12 0.55 0.00
HSL 47.05º 0.99% 0.72% -
HSV(B) 47.05º 0.55% 1% -
XYZ 70.62 75.62 27.09 -
YUV 220.54 68.44 151.86 -
System Red Green Blue C M Y K H S L
Decimal 254 224 115 0 0.12 0.55 0.00 47.05 0.99 0.72
Hex FE E0 73 0 C 37 0 2F 63 48
Octal 376 340 163 0 14 67 0 57 143 110
Binary 11111110 11100000 1110011 0 1100 110111 0 101111 1100011 1001000

Color Harmonies of #FEE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE073

Black with #FEE073

Text Example


Text Example

White with #FEE073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE073; }

 p { color: rgb(254,224,115); }

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

background-color css

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

 a { background-color: rgb(254,224,115); }

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

border-color css

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

 span { border-color: rgb(254,224,115); }

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