#EFE06A

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

Shades of Sweet Corn #EFE06A

Tints of Sweet Corn #EFE06A

Color information

#EFE06A (or 0xEFE06A) is unknown color: approx Sweet Corn. HEX triplet: EF, E0 and 6A. RGB value is (239,224,106). Sum of RGB (Red+Green+Blue) = 239+224+106=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 106 (41.80% from 255 or 18.63% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE06A is #101F95. Grayscale: #D7D7D7. Windows color (decimal): -1056662 or 7004399. OLE color: 7004399.

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

Color convert

RGB239224106-
CMYK00.060.560.06
HSL53.23º80.61%67.65%-
HSV(B)53.23º55.65%93.73%-
XYZ64.8572.724.25-
YUV215.0366.47145.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 224 (87.89% from 255) = 39.37%
BLUE value IS 106 (41.80% from 255) = 18.63%
R=42.00%
G=39.37%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922410600.060.560.0653.2380.6167.65
HexEFE06A06386355144
Octal3573401520670665121104
Binary11101111111000001101010011011100011011010110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE06A; }

 p { color: rgb(239,224,106); }

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

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

 a { background-color: rgb(239,224,106); }

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

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

 span { border-color: rgb(239,224,106); }

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