Html Css Color HEX #FEE26E Sweet Corn

📋 copy color: '#FEE26E'

red 254 ◦ green 226 ◦ blue 110

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

Shades of Sweet Corn #FEE26E

Tints of Sweet Corn #FEE26E

RGB

 RED value IS 254 (99.61% from 255) = 43.05%

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

 BLUE value IS 110 (43.36% from 255) = 18.64%

R = 43.05%
G = 38.31%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEE26E (or 0xFEE26E) is known color: Sweet Corn. HEX triplet: FE, E2 and 6E. RGB value is (254,226,110). Sum of RGB (Red+Green+Blue) = 254+226+110=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 110 (43.36% from 255 or 18.64% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE26E is #011D91. Grayscale: #DDDDDD. Windows color (decimal): -73106 or 7267070. OLE color: 7267070.

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

Color convert

RGB 254 226 110 -
CMYK 0 0.11 0.57 0.00
HSL 48.33º 0.99% 0.71% -
HSV(B) 48.33º 0.57% 1% -
XYZ 70.88 76.59 25.8 -
YUV 221.15 65.28 151.43 -
System Red Green Blue C M Y K H S L
Decimal 254 226 110 0 0.11 0.57 0.00 48.33 0.99 0.71
Hex FE E2 6E 0 B 39 0 30 63 47
Octal 376 342 156 0 13 71 0 60 143 107
Binary 11111110 11100010 1101110 0 1011 111001 0 110000 1100011 1000111

Color Harmonies of #FEE26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE26E

Black with #FEE26E

Text Example


Text Example

White with #FEE26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE26E; }

 p { color: rgb(254,226,110); }

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

background-color css

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

 a { background-color: rgb(254,226,110); }

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

border-color css

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

 span { border-color: rgb(254,226,110); }

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