Html Css Color HEX #FFE16C Sweet Corn

📋 copy color: '#FFE16C'

red 255 ◦ green 225 ◦ blue 108

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

Shades of Sweet Corn #FFE16C

Tints of Sweet Corn #FFE16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.37%

R = 43.37%
G = 38.27%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFE16C (or 0xFFE16C) is known color: Sweet Corn. HEX triplet: FF, E1 and 6C. RGB value is (255,225,108). Sum of RGB (Red+Green+Blue) = 255+225+108=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 108 (42.58% from 255 or 18.37% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE16C is #001E93. Grayscale: #DDDDDD. Windows color (decimal): -7828 or 7135743. OLE color: 7135743.

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

Color convert

RGB 255 225 108 -
CMYK 0 0.12 0.58 0
HSL 47.76º 1% 0.71% -
HSV(B) 47.76º 0.58% 1% -
XYZ 70.87 76.19 25.16 -
YUV 220.63 64.44 152.51 -
System Red Green Blue C M Y K H S L
Decimal 255 225 108 0 0.12 0.58 0 47.76 1 0.71
Hex FF E1 6C 0 C 3A 0 30 64 47
Octal 377 341 154 0 14 72 0 60 144 107
Binary 11111111 11100001 1101100 0 1100 111010 0 110000 1100100 1000111

Color Harmonies of #FFE16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE16C

Black with #FFE16C

Text Example


Text Example

White with #FFE16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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