Html Css Color HEX #FFE073 Sweet Corn

📋 copy color: '#FFE073'

red 255 ◦ green 224 ◦ blue 115

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

Shades of Sweet Corn #FFE073

Tints of Sweet Corn #FFE073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.36%

R = 42.93%
G = 37.71%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFE073 (or 0xFFE073) is known color: Sweet Corn. HEX triplet: FF, E0 and 73. RGB value is (255,224,115). Sum of RGB (Red+Green+Blue) = 255+224+115=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 115 (45.31% from 255 or 19.36% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE073 is #001F8C. Grayscale: #DDDDDD. Windows color (decimal): -8077 or 7594239. OLE color: 7594239.

HSL color Cylindrical-coordinate representation of color #FFE073: hue angle of 46.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFE073 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 224 115 -
CMYK 0 0.12 0.55 0
HSL 46.71º 1% 0.73% -
HSV(B) 46.71º 0.55% 1% -
XYZ 70.99 75.81 27.11 -
YUV 220.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 255 224 115 0 0.12 0.55 0 46.71 1 0.73
Hex FF E0 73 0 C 37 0 2F 64 49
Octal 377 340 163 0 14 67 0 57 144 111
Binary 11111111 11100000 1110011 0 1100 110111 0 101111 1100100 1001001

Color Harmonies of #FFE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE073

Black with #FFE073

Text Example


Text Example

White with #FFE073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE073; }

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

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

background-color css

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

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

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

border-color css

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

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

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