#FFE67E

Color #FFE67E Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #FFE67E

Tints of Sweet Corn #FFE67E

Color information

#FFE67E (or 0xFFE67E) is unknown color: approx Sweet Corn. HEX triplet: FF, E6 and 7E. RGB value is (255,230,126). Sum of RGB (Red+Green+Blue) = 255+230+126=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 126 (49.61% from 255 or 20.62% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE67E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE67E is #001981. Grayscale: #E2E2E2. Windows color (decimal): -6530 or 8316671. OLE color: 8316671.

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

Color convert

RGB255230126-
CMYK00.100.510
HSL48.37º100%74.71%-
HSV(B)48.37º50.59%100%-
XYZ73.379.3631.19-
YUV225.6271.78148.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 230 (90.23% from 255) = 37.64%
BLUE value IS 126 (49.61% from 255) = 20.62%
R=41.73%
G=37.64%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523012600.100.51048.3710074.71
HexFFE67E0A33030644b
Octal37734617601263060144113
Binary1111111111100110111111001010110011011000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE67E; }

 p { color: rgb(255,230,126); }

 H1.HeaderClassName
 {
   color: #FFE67E;
 }
 .AnyTagClassName
 {
   color: #FFE67E;
 }
</style>
background-color css

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

 a { background-color: rgb(255,230,126); }

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

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

 span { border-color: rgb(255,230,126); }

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