Html Css Color HEX #FEE07E Sweet Corn

📋 copy color: '#FEE07E'

red 254 ◦ green 224 ◦ blue 126

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

Shades of Sweet Corn #FEE07E

Tints of Sweet Corn #FEE07E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.09%

 BLUE value IS 126 (49.61% from 255) = 20.86%

R = 42.05%
G = 37.09%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEE07E (or 0xFEE07E) is known color: Sweet Corn. HEX triplet: FE, E0 and 7E. RGB value is (254,224,126). Sum of RGB (Red+Green+Blue) = 254+224+126=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 126 (49.61% from 255 or 20.86% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE07E is #011F81. Grayscale: #DEDEDE. Windows color (decimal): -73602 or 8315134. OLE color: 8315134.

HSL color Cylindrical-coordinate representation of color #FEE07E: hue angle of 45.94º 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 #FEE07E is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 224 126 -
CMYK 0 0.12 0.50 0.00
HSL 45.94º 0.98% 0.75% -
HSV(B) 45.94º 0.5% 1% -
XYZ 71.29 75.89 30.63 -
YUV 221.8 73.94 150.97 -
System Red Green Blue C M Y K H S L
Decimal 254 224 126 0 0.12 0.50 0.00 45.94 0.98 0.75
Hex FE E0 7E 0 C 32 0 2E 62 4B
Octal 376 340 176 0 14 62 0 56 142 113
Binary 11111110 11100000 1111110 0 1100 110010 0 101110 1100010 1001011

Color Harmonies of #FEE07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE07E

Black with #FEE07E

Text Example


Text Example

White with #FEE07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE07E; }

 p { color: rgb(254,224,126); }

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

background-color css

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

 a { background-color: rgb(254,224,126); }

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

border-color css

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

 span { border-color: rgb(254,224,126); }

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