Html Css Color HEX #FFE670 Sweet Corn

📋 copy color: '#FFE670'

red 255 ◦ green 230 ◦ blue 112

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

Shades of Sweet Corn #FFE670

Tints of Sweet Corn #FFE670

RGB

 RED value IS 255 (100% from 255) = 42.71%

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

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

R = 42.71%
G = 38.53%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFE670 (or 0xFFE670) is known color: Sweet Corn. HEX triplet: FF, E6 and 70. RGB value is (255,230,112). Sum of RGB (Red+Green+Blue) = 255+230+112=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 112 (44.14% from 255 or 18.76% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE670 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE670 is #00198F. Grayscale: #E0E0E0. Windows color (decimal): -6544 or 7399167. OLE color: 7399167.

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

Color convert

RGB 255 230 112 -
CMYK 0 0.10 0.56 0
HSL 49.51º 1% 0.72% -
HSV(B) 49.51º 0.56% 1% -
XYZ 72.46 79.02 26.76 -
YUV 224.02 64.78 150.09 -
System Red Green Blue C M Y K H S L
Decimal 255 230 112 0 0.10 0.56 0 49.51 1 0.72
Hex FF E6 70 0 A 38 0 32 64 48
Octal 377 346 160 0 12 70 0 62 144 110
Binary 11111111 11100110 1110000 0 1010 111000 0 110010 1100100 1001000

Color Harmonies of #FFE670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE670

Black with #FFE670

Text Example


Text Example

White with #FFE670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE670; }

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

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

background-color css

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

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

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

border-color css

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

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

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