Html Css Color HEX #FEE770 Sweet Corn

📋 copy color: '#FEE770'

red 254 ◦ green 231 ◦ blue 112

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

Shades of Sweet Corn #FEE770

Tints of Sweet Corn #FEE770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.76%

R = 42.55%
G = 38.69%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEE770 (or 0xFEE770) is known color: Sweet Corn. HEX triplet: FE, E7 and 70. RGB value is (254,231,112). Sum of RGB (Red+Green+Blue) = 254+231+112=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 231 (90.62% from 255 or 38.69% from 597); Blue value is 112 (44.14% from 255 or 18.76% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE770 is #01188F. Grayscale: #E0E0E0. Windows color (decimal): -71824 or 7399422. OLE color: 7399422.

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

Color convert

RGB 254 231 112 -
CMYK 0 0.09 0.56 0.00
HSL 50.28º 0.99% 0.72% -
HSV(B) 50.28º 0.56% 1% -
XYZ 72.37 79.39 26.84 -
YUV 224.31 64.62 149.18 -
System Red Green Blue C M Y K H S L
Decimal 254 231 112 0 0.09 0.56 0.00 50.28 0.99 0.72
Hex FE E7 70 0 9 38 0 32 63 48
Octal 376 347 160 0 11 70 0 62 143 110
Binary 11111110 11100111 1110000 0 1001 111000 0 110010 1100011 1001000

Color Harmonies of #FEE770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE770

Black with #FEE770

Text Example


Text Example

White with #FEE770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE770; }

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

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

background-color css

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

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

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

border-color css

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

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

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