Html Css Color HEX #FFE16D Sweet Corn

📋 copy color: '#FFE16D'

red 255 ◦ green 225 ◦ blue 109

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

Shades of Sweet Corn #FFE16D

Tints of Sweet Corn #FFE16D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.2%

 BLUE value IS 109 (42.97% from 255) = 18.51%

R = 43.29%
G = 38.2%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FFE16D (or 0xFFE16D) is known color: Sweet Corn. HEX triplet: FF, E1 and 6D. RGB value is (255,225,109). Sum of RGB (Red+Green+Blue) = 255+225+109=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 109 (42.97% from 255 or 18.51% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE16D is #001E92. Grayscale: #DDDDDD. Windows color (decimal): -7827 or 7201279. OLE color: 7201279.

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

Color convert

RGB 255 225 109 -
CMYK 0 0.12 0.57 0
HSL 47.67º 1% 0.71% -
HSV(B) 47.67º 0.57% 1% -
XYZ 70.93 76.21 25.44 -
YUV 220.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 255 225 109 0 0.12 0.57 0 47.67 1 0.71
Hex FF E1 6D 0 C 39 0 30 64 47
Octal 377 341 155 0 14 71 0 60 144 107
Binary 11111111 11100001 1101101 0 1100 111001 0 110000 1100100 1000111

Color Harmonies of #FFE16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE16D

Black with #FFE16D

Text Example


Text Example

White with #FFE16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE16D; }

 p { color: rgb(255,225,109); }

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

background-color css

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

 a { background-color: rgb(255,225,109); }

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

border-color css

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

 span { border-color: rgb(255,225,109); }

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