#EFA314

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

Shades of Gamboge #EFA314

Tints of Gamboge #EFA314

Color information

#EFA314 (or 0xEFA314) is unknown color: approx Gamboge. HEX triplet: EF, A3 and 14. RGB value is (239,163,20). Sum of RGB (Red+Green+Blue) = 239+163+20=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA314 is #105CEB. Grayscale: #AAAAAA. Windows color (decimal): -1072364 or 1352687. OLE color: 1352687.

HSL color Cylindrical-coordinate representation of color #EFA314: hue angle of 39.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFA314 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB23916320-
CMYK00.320.920.06
HSL39.18º87.25%50.78%-
HSV(B)39.18º91.63%93.73%-
XYZ48.8244.66.7-
YUV169.4243.68177.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.64%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 20 (8.20% from 255) = 4.74%
R=56.64%
G=38.63%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391632000.320.920.0639.1887.2550.78
HexEFA3140205C6275733
Octal3572432404013464712763
Binary111011111010001110100010000010111001101001111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA314; }

 p { color: rgb(239,163,20); }

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

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

 a { background-color: rgb(239,163,20); }

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

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

 span { border-color: rgb(239,163,20); }

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