Html Css Color HEX #FFE370 Sweet Corn

📋 copy color: '#FFE370'

red 255 ◦ green 227 ◦ blue 112

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

Shades of Sweet Corn #FFE370

Tints of Sweet Corn #FFE370

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.22%

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

R = 42.93%
G = 38.22%
B = 18.86%

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

#FFE370 (or 0xFFE370) is known color: Sweet Corn. HEX triplet: FF, E3 and 70. RGB value is (255,227,112). Sum of RGB (Red+Green+Blue) = 255+227+112=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 227 (89.06% from 255 or 38.22% from 594); Blue value is 112 (44.14% from 255 or 18.86% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE370 is #001C8F. Grayscale: #DEDEDE. Windows color (decimal): -7312 or 7398399. OLE color: 7398399.

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

Color convert

RGB 255 227 112 -
CMYK 0 0.11 0.56 0
HSL 48.25º 1% 0.72% -
HSV(B) 48.25º 0.56% 1% -
XYZ 71.63 77.37 26.49 -
YUV 222.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 255 227 112 0 0.11 0.56 0 48.25 1 0.72
Hex FF E3 70 0 B 38 0 30 64 48
Octal 377 343 160 0 13 70 0 60 144 110
Binary 11111111 11100011 1110000 0 1011 111000 0 110000 1100100 1001000

Color Harmonies of #FFE370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE370

Black with #FFE370

Text Example


Text Example

White with #FFE370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE370; }

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

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

background-color css

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

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

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

border-color css

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

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

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