Html Css Color HEX #FFE078 Sweet Corn

📋 copy color: '#FFE078'

red 255 ◦ green 224 ◦ blue 120

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

Shades of Sweet Corn #FFE078

Tints of Sweet Corn #FFE078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.03%

R = 42.57%
G = 37.4%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFE078 (or 0xFFE078) is known color: Sweet Corn. HEX triplet: FF, E0 and 78. RGB value is (255,224,120). Sum of RGB (Red+Green+Blue) = 255+224+120=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 120 (47.27% from 255 or 20.03% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE078 is #001F87. Grayscale: #DDDDDD. Windows color (decimal): -8072 or 7921919. OLE color: 7921919.

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

Color convert

RGB 255 224 120 -
CMYK 0 0.12 0.53 0
HSL 46.22º 1% 0.74% -
HSV(B) 46.22º 0.53% 1% -
XYZ 71.29 75.93 28.67 -
YUV 221.41 70.77 151.96 -
System Red Green Blue C M Y K H S L
Decimal 255 224 120 0 0.12 0.53 0 46.22 1 0.74
Hex FF E0 78 0 C 35 0 2E 64 4A
Octal 377 340 170 0 14 65 0 56 144 112
Binary 11111111 11100000 1111000 0 1100 110101 0 101110 1100100 1001010

Color Harmonies of #FFE078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE078

Black with #FFE078

Text Example


Text Example

White with #FFE078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE078; }

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

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

background-color css

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

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

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

border-color css

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

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

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