Html Css Color HEX #FEE071 Sweet Corn

📋 copy color: '#FEE071'

red 254 ◦ green 224 ◦ blue 113

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

Shades of Sweet Corn #FEE071

Tints of Sweet Corn #FEE071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.12%

R = 42.98%
G = 37.9%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEE071 (or 0xFEE071) is known color: Sweet Corn. HEX triplet: FE, E0 and 71. RGB value is (254,224,113). Sum of RGB (Red+Green+Blue) = 254+224+113=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 113 (44.53% from 255 or 19.12% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE071 is #011F8E. Grayscale: #DCDCDC. Windows color (decimal): -73615 or 7463166. OLE color: 7463166.

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

Color convert

RGB 254 224 113 -
CMYK 0 0.12 0.56 0.00
HSL 47.23º 0.99% 0.72% -
HSV(B) 47.23º 0.56% 1% -
XYZ 70.51 75.57 26.49 -
YUV 220.32 67.44 152.03 -
System Red Green Blue C M Y K H S L
Decimal 254 224 113 0 0.12 0.56 0.00 47.23 0.99 0.72
Hex FE E0 71 0 C 38 0 2F 63 48
Octal 376 340 161 0 14 70 0 57 143 110
Binary 11111110 11100000 1110001 0 1100 111000 0 101111 1100011 1001000

Color Harmonies of #FEE071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE071

Black with #FEE071

Text Example


Text Example

White with #FEE071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE071; }

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

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

background-color css

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

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

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

border-color css

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

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

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