Html Css Color HEX #FEE772 Sweet Corn

📋 copy color: '#FEE772'

red 254 ◦ green 231 ◦ blue 114

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

Shades of Sweet Corn #FEE772

Tints of Sweet Corn #FEE772

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.56%

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

R = 42.4%
G = 38.56%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEE772 (or 0xFEE772) is known color: Sweet Corn. HEX triplet: FE, E7 and 72. RGB value is (254,231,114). Sum of RGB (Red+Green+Blue) = 254+231+114=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 114 (44.92% from 255 or 19.03% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE772 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE772 is #01188D. Grayscale: #E1E1E1. Windows color (decimal): -71822 or 7530494. OLE color: 7530494.

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

Color convert

RGB 254 231 114 -
CMYK 0 0.09 0.55 0.00
HSL 50.14º 0.99% 0.72% -
HSV(B) 50.14º 0.55% 1% -
XYZ 72.49 79.44 27.43 -
YUV 224.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 254 231 114 0 0.09 0.55 0.00 50.14 0.99 0.72
Hex FE E7 72 0 9 37 0 32 63 48
Octal 376 347 162 0 11 67 0 62 143 110
Binary 11111110 11100111 1110010 0 1001 110111 0 110010 1100011 1001000

Color Harmonies of #FEE772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE772

Black with #FEE772

Text Example


Text Example

White with #FEE772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE772; }

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

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

background-color css

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

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

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

border-color css

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

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

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