Html Css Color HEX #FEE072 Sweet Corn

📋 copy color: '#FEE072'

red 254 ◦ green 224 ◦ blue 114

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

Shades of Sweet Corn #FEE072

Tints of Sweet Corn #FEE072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.26%

R = 42.91%
G = 37.84%
B = 19.26%

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

#FEE072 (or 0xFEE072) is known color: Sweet Corn. HEX triplet: FE, E0 and 72. RGB value is (254,224,114). Sum of RGB (Red+Green+Blue) = 254+224+114=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 114 (44.92% from 255 or 19.26% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE072 is #011F8D. Grayscale: #DCDCDC. Windows color (decimal): -73614 or 7528702. OLE color: 7528702.

HSL color Cylindrical-coordinate representation of color #FEE072: hue angle of 47.14º 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 #FEE072 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 224 114 -
CMYK 0 0.12 0.55 0.00
HSL 47.14º 0.99% 0.72% -
HSV(B) 47.14º 0.55% 1% -
XYZ 70.57 75.6 26.79 -
YUV 220.43 67.94 151.94 -
System Red Green Blue C M Y K H S L
Decimal 254 224 114 0 0.12 0.55 0.00 47.14 0.99 0.72
Hex FE E0 72 0 C 37 0 2F 63 48
Octal 376 340 162 0 14 67 0 57 143 110
Binary 11111110 11100000 1110010 0 1100 110111 0 101111 1100011 1001000

Color Harmonies of #FEE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE072

Black with #FEE072

Text Example


Text Example

White with #FEE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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