Html Css Color HEX #FFE371 Sweet Corn

📋 copy color: '#FFE371'

red 255 ◦ green 227 ◦ blue 113

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

Shades of Sweet Corn #FFE371

Tints of Sweet Corn #FFE371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 18.99%

R = 42.86%
G = 38.15%
B = 18.99%

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

#FFE371 (or 0xFFE371) is known color: Sweet Corn. HEX triplet: FF, E3 and 71. RGB value is (255,227,113). Sum of RGB (Red+Green+Blue) = 255+227+113=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 113 (44.53% from 255 or 18.99% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE371 is #001C8E. Grayscale: #DEDEDE. Windows color (decimal): -7311 or 7463935. OLE color: 7463935.

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

Color convert

RGB 255 227 113 -
CMYK 0 0.11 0.56 0
HSL 48.17º 1% 0.72% -
HSV(B) 48.17º 0.56% 1% -
XYZ 71.69 77.39 26.78 -
YUV 222.38 66.28 151.27 -
System Red Green Blue C M Y K H S L
Decimal 255 227 113 0 0.11 0.56 0 48.17 1 0.72
Hex FF E3 71 0 B 38 0 30 64 48
Octal 377 343 161 0 13 70 0 60 144 110
Binary 11111111 11100011 1110001 0 1011 111000 0 110000 1100100 1001000

Color Harmonies of #FFE371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE371

Black with #FFE371

Text Example


Text Example

White with #FFE371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE371; }

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

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

background-color css

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

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

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

border-color css

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

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

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