#EB7C1E

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

Shades of Tahiti Gold #EB7C1E

Tints of Tahiti Gold #EB7C1E

Color information

#EB7C1E (or 0xEB7C1E) is unknown color: approx Tahiti Gold. HEX triplet: EB, 7C and 1E. RGB value is (235,124,30). Sum of RGB (Red+Green+Blue) = 235+124+30=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7C1E is #1483E1. Grayscale: #929292. Windows color (decimal): -1344482 or 1998059. OLE color: 1998059.

HSL color Cylindrical-coordinate representation of color #EB7C1E: hue angle of 27.51º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB7C1E is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB23512430-
CMYK00.470.870.08
HSL27.51º83.67%51.96%-
HSV(B)27.51º87.23%92.16%-
XYZ41.732.175.24-
YUV146.4762.27191.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.41%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 30 (12.11% from 255) = 7.71%
R=60.41%
G=31.88%
B=7.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351243000.470.870.0827.5183.6751.96
HexEB7C1E02F5781c5434
Octal35317436057127103412464
Binary11101011111110011110010111110101111000111001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7C1E; }

 p { color: rgb(235,124,30); }

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

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

 a { background-color: rgb(235,124,30); }

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

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

 span { border-color: rgb(235,124,30); }

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