Html Css Color HEX #FFE26C Sweet Corn

📋 copy color: '#FFE26C'

red 255 ◦ green 226 ◦ blue 108

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

Shades of Sweet Corn #FFE26C

Tints of Sweet Corn #FFE26C

RGB

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

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

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

R = 43.29%
G = 38.37%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFE26C (or 0xFFE26C) is known color: Sweet Corn. HEX triplet: FF, E2 and 6C. RGB value is (255,226,108). Sum of RGB (Red+Green+Blue) = 255+226+108=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 108 (42.58% from 255 or 18.34% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE26C is #001D93. Grayscale: #DDDDDD. Windows color (decimal): -7572 or 7135999. OLE color: 7135999.

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

Color convert

RGB 255 226 108 -
CMYK 0 0.11 0.58 0
HSL 48.16º 1% 0.71% -
HSV(B) 48.16º 0.58% 1% -
XYZ 71.14 76.74 25.25 -
YUV 221.22 64.11 152.09 -
System Red Green Blue C M Y K H S L
Decimal 255 226 108 0 0.11 0.58 0 48.16 1 0.71
Hex FF E2 6C 0 B 3A 0 30 64 47
Octal 377 342 154 0 13 72 0 60 144 107
Binary 11111111 11100010 1101100 0 1011 111010 0 110000 1100100 1000111

Color Harmonies of #FFE26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE26C

Black with #FFE26C

Text Example


Text Example

White with #FFE26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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