Html Css Color HEX #FFE470 Sweet Corn

📋 copy color: '#FFE470'

red 255 ◦ green 228 ◦ blue 112

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

Shades of Sweet Corn #FFE470

Tints of Sweet Corn #FFE470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.32%

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

R = 42.86%
G = 38.32%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFE470 (or 0xFFE470) is known color: Sweet Corn. HEX triplet: FF, E4 and 70. RGB value is (255,228,112). Sum of RGB (Red+Green+Blue) = 255+228+112=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 112 (44.14% from 255 or 18.82% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE470 is #001B8F. Grayscale: #DFDFDF. Windows color (decimal): -7056 or 7398655. OLE color: 7398655.

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

Color convert

RGB 255 228 112 -
CMYK 0 0.11 0.56 0
HSL 48.67º 1% 0.72% -
HSV(B) 48.67º 0.56% 1% -
XYZ 71.91 77.92 26.58 -
YUV 222.85 65.45 150.93 -
System Red Green Blue C M Y K H S L
Decimal 255 228 112 0 0.11 0.56 0 48.67 1 0.72
Hex FF E4 70 0 B 38 0 31 64 48
Octal 377 344 160 0 13 70 0 61 144 110
Binary 11111111 11100100 1110000 0 1011 111000 0 110001 1100100 1001000

Color Harmonies of #FFE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE470

Black with #FFE470

Text Example


Text Example

White with #FFE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE470; }

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

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

background-color css

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

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

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

border-color css

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

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

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