Html Css Color HEX #FFE271 Sweet Corn

📋 copy color: '#FFE271'

red 255 ◦ green 226 ◦ blue 113

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

Shades of Sweet Corn #FFE271

Tints of Sweet Corn #FFE271

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.05%

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

R = 42.93%
G = 38.05%
B = 19.02%

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

#FFE271 (or 0xFFE271) is known color: Sweet Corn. HEX triplet: FF, E2 and 71. RGB value is (255,226,113). Sum of RGB (Red+Green+Blue) = 255+226+113=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 113 (44.53% from 255 or 19.02% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE271 is #001D8E. Grayscale: #DEDEDE. Windows color (decimal): -7567 or 7463679. OLE color: 7463679.

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

Color convert

RGB 255 226 113 -
CMYK 0 0.11 0.56 0
HSL 47.75º 1% 0.72% -
HSV(B) 47.75º 0.56% 1% -
XYZ 71.42 76.84 26.69 -
YUV 221.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 255 226 113 0 0.11 0.56 0 47.75 1 0.72
Hex FF E2 71 0 B 38 0 30 64 48
Octal 377 342 161 0 13 70 0 60 144 110
Binary 11111111 11100010 1110001 0 1011 111000 0 110000 1100100 1001000

Color Harmonies of #FFE271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE271

Black with #FFE271

Text Example


Text Example

White with #FFE271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE271; }

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

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

background-color css

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

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

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

border-color css

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

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

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