Html Css Color HEX #FFE070 Sweet Corn

📋 copy color: '#FFE070'

red 255 ◦ green 224 ◦ blue 112

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

Shades of Sweet Corn #FFE070

Tints of Sweet Corn #FFE070

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.9%

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

R = 43.15%
G = 37.9%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFE070 (or 0xFFE070) is known color: Sweet Corn. HEX triplet: FF, E0 and 70. RGB value is (255,224,112). Sum of RGB (Red+Green+Blue) = 255+224+112=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 112 (44.14% from 255 or 18.95% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE070 is #001F8F. Grayscale: #DCDCDC. Windows color (decimal): -8080 or 7397631. OLE color: 7397631.

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

Color convert

RGB 255 224 112 -
CMYK 0 0.12 0.56 0
HSL 46.99º 1% 0.72% -
HSV(B) 46.99º 0.56% 1% -
XYZ 70.82 75.74 26.22 -
YUV 220.5 66.77 152.61 -
System Red Green Blue C M Y K H S L
Decimal 255 224 112 0 0.12 0.56 0 46.99 1 0.72
Hex FF E0 70 0 C 38 0 2F 64 48
Octal 377 340 160 0 14 70 0 57 144 110
Binary 11111111 11100000 1110000 0 1100 111000 0 101111 1100100 1001000

Color Harmonies of #FFE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE070

Black with #FFE070

Text Example


Text Example

White with #FFE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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