Html Css Color HEX #FEE670 Sweet Corn

📋 copy color: '#FEE670'

red 254 ◦ green 230 ◦ blue 112

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

Shades of Sweet Corn #FEE670

Tints of Sweet Corn #FEE670

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.59%

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

R = 42.62%
G = 38.59%
B = 18.79%

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

#FEE670 (or 0xFEE670) is known color: Sweet Corn. HEX triplet: FE, E6 and 70. RGB value is (254,230,112). Sum of RGB (Red+Green+Blue) = 254+230+112=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 112 (44.14% from 255 or 18.79% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE670 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE670 is #01198F. Grayscale: #E0E0E0. Windows color (decimal): -72080 or 7399166. OLE color: 7399166.

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

Color convert

RGB 254 230 112 -
CMYK 0 0.09 0.56 0.00
HSL 49.86º 0.99% 0.72% -
HSV(B) 49.86º 0.56% 1% -
XYZ 72.09 78.83 26.75 -
YUV 223.72 64.95 149.59 -
System Red Green Blue C M Y K H S L
Decimal 254 230 112 0 0.09 0.56 0.00 49.86 0.99 0.72
Hex FE E6 70 0 9 38 0 32 63 48
Octal 376 346 160 0 11 70 0 62 143 110
Binary 11111110 11100110 1110000 0 1001 111000 0 110010 1100011 1001000

Color Harmonies of #FEE670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE670

Black with #FEE670

Text Example


Text Example

White with #FEE670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE670; }

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

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

background-color css

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

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

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

border-color css

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

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

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