Html Css Color HEX #FEE27F Sweet Corn

📋 copy color: '#FEE27F'

red 254 ◦ green 226 ◦ blue 127

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

Shades of Sweet Corn #FEE27F

Tints of Sweet Corn #FEE27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.92%

R = 41.85%
G = 37.23%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEE27F (or 0xFEE27F) is known color: Sweet Corn. HEX triplet: FE, E2 and 7F. RGB value is (254,226,127). Sum of RGB (Red+Green+Blue) = 254+226+127=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 127 (50% from 255 or 20.92% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE27F is #011D80. Grayscale: #DFDFDF. Windows color (decimal): -73089 or 8381182. OLE color: 8381182.

HSL color Cylindrical-coordinate representation of color #FEE27F: hue angle of 46.77º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEE27F is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 226 127 -
CMYK 0 0.11 0.50 0.00
HSL 46.77º 0.98% 0.75% -
HSV(B) 46.77º 0.5% 1% -
XYZ 71.9 77 31.15 -
YUV 223.09 73.78 150.05 -
System Red Green Blue C M Y K H S L
Decimal 254 226 127 0 0.11 0.50 0.00 46.77 0.98 0.75
Hex FE E2 7F 0 B 32 0 2F 62 4B
Octal 376 342 177 0 13 62 0 57 142 113
Binary 11111110 11100010 1111111 0 1011 110010 0 101111 1100010 1001011

Color Harmonies of #FEE27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE27F

Black with #FEE27F

Text Example


Text Example

White with #FEE27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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