Html Css Color HEX #FFE380 Sweet Corn

📋 copy color: '#FFE380'

red 255 ◦ green 227 ◦ blue 128

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

Shades of Sweet Corn #FFE380

Tints of Sweet Corn #FFE380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 20.98%

R = 41.8%
G = 37.21%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFE380 (or 0xFFE380) is known color: Sweet Corn. HEX triplet: FF, E3 and 80. RGB value is (255,227,128). Sum of RGB (Red+Green+Blue) = 255+227+128=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 128 (50.39% from 255 or 20.98% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE380 is #001C7F. Grayscale: #E0E0E0. Windows color (decimal): -7296 or 8446975. OLE color: 8446975.

HSL color Cylindrical-coordinate representation of color #FFE380: hue angle of 46.77º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFE380 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 227 128 -
CMYK 0 0.11 0.50 0
HSL 46.77º 1% 0.75% -
HSV(B) 46.77º 0.5% 1% -
XYZ 72.61 77.76 31.6 -
YUV 224.09 73.78 150.05 -
System Red Green Blue C M Y K H S L
Decimal 255 227 128 0 0.11 0.50 0 46.77 1 0.75
Hex FF E3 80 0 B 32 0 2F 64 4B
Octal 377 343 200 0 13 62 0 57 144 113
Binary 11111111 11100011 10000000 0 1011 110010 0 101111 1100100 1001011

Color Harmonies of #FFE380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE380

Black with #FFE380

Text Example


Text Example

White with #FFE380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE380; }

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

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

background-color css

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

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

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

border-color css

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

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

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