Html Css Color HEX #FFE378 Sweet Corn

📋 copy color: '#FFE378'

red 255 ◦ green 227 ◦ blue 120

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

Shades of Sweet Corn #FFE378

Tints of Sweet Corn #FFE378

RGB

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

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

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

R = 42.36%
G = 37.71%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFE378 (or 0xFFE378) is known color: Sweet Corn. HEX triplet: FF, E3 and 78. RGB value is (255,227,120). Sum of RGB (Red+Green+Blue) = 255+227+120=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 120 (47.27% from 255 or 19.93% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE378 is #001C87. Grayscale: #DFDFDF. Windows color (decimal): -7304 or 7922687. OLE color: 7922687.

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

Color convert

RGB 255 227 120 -
CMYK 0 0.11 0.53 0
HSL 47.56º 1% 0.74% -
HSV(B) 47.56º 0.53% 1% -
XYZ 72.1 77.55 28.94 -
YUV 223.17 69.78 150.7 -
System Red Green Blue C M Y K H S L
Decimal 255 227 120 0 0.11 0.53 0 47.56 1 0.74
Hex FF E3 78 0 B 35 0 30 64 4A
Octal 377 343 170 0 13 65 0 60 144 112
Binary 11111111 11100011 1111000 0 1011 110101 0 110000 1100100 1001010

Color Harmonies of #FFE378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE378

Black with #FFE378

Text Example


Text Example

White with #FFE378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE378; }

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

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

background-color css

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

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

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

border-color css

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

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

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