Html Css Color HEX #FFE071 Sweet Corn

📋 copy color: '#FFE071'

red 255 ◦ green 224 ◦ blue 113

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

Shades of Sweet Corn #FFE071

Tints of Sweet Corn #FFE071

RGB

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

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

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

R = 43.07%
G = 37.84%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFE071 (or 0xFFE071) is known color: Sweet Corn. HEX triplet: FF, E0 and 71. RGB value is (255,224,113). Sum of RGB (Red+Green+Blue) = 255+224+113=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 113 (44.53% from 255 or 19.09% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE071 is #001F8E. Grayscale: #DDDDDD. Windows color (decimal): -8079 or 7463167. OLE color: 7463167.

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

Color convert

RGB 255 224 113 -
CMYK 0 0.12 0.56 0
HSL 46.9º 1% 0.72% -
HSV(B) 46.9º 0.56% 1% -
XYZ 70.88 75.76 26.51 -
YUV 220.62 67.27 152.53 -
System Red Green Blue C M Y K H S L
Decimal 255 224 113 0 0.12 0.56 0 46.9 1 0.72
Hex FF E0 71 0 C 38 0 2F 64 48
Octal 377 340 161 0 14 70 0 57 144 110
Binary 11111111 11100000 1110001 0 1100 111000 0 101111 1100100 1001000

Color Harmonies of #FFE071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE071

Black with #FFE071

Text Example


Text Example

White with #FFE071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE071; }

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

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

background-color css

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

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

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

border-color css

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

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

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