#EFE161

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

Shades of Corn #EFE161

Tints of Corn #EFE161

Color information

#EFE161 (or 0xEFE161) is unknown color: approx Corn. HEX triplet: EF, E1 and 61. RGB value is (239,225,97). Sum of RGB (Red+Green+Blue) = 239+225+97=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 97 (38.28% from 255 or 17.29% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE161 is #101E9E. Grayscale: #D7D7D7. Windows color (decimal): -1056415 or 6414831. OLE color: 6414831.

HSL color Cylindrical-coordinate representation of color #EFE161: hue angle of 54.08º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFE161 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB23922597-
CMYK00.060.590.06
HSL54.08º81.61%65.88%-
HSV(B)54.08º59.41%93.73%-
XYZ64.6873.0622-
YUV214.5961.64145.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 225 (88.28% from 255) = 40.11%
BLUE value IS 97 (38.28% from 255) = 17.29%
R=42.60%
G=40.11%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392259700.060.590.0654.0881.6165.88
HexEFE161063B6365242
Octal3573411410673666122102
Binary11101111111000011100001011011101111011011010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE161; }

 p { color: rgb(239,225,97); }

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

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

 a { background-color: rgb(239,225,97); }

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

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

 span { border-color: rgb(239,225,97); }

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