#EB7B1E

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

Shades of Tahiti Gold #EB7B1E

Tints of Tahiti Gold #EB7B1E

Color information

#EB7B1E (or 0xEB7B1E) is unknown color: approx Tahiti Gold. HEX triplet: EB, 7B and 1E. RGB value is (235,123,30). Sum of RGB (Red+Green+Blue) = 235+123+30=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7B1E is #1484E1. Grayscale: #929292. Windows color (decimal): -1344738 or 1997803. OLE color: 1997803.

HSL color Cylindrical-coordinate representation of color #EB7B1E: hue angle of 27.22º 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 #EB7B1E is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB23512330-
CMYK00.480.870.08
HSL27.22º83.67%51.96%-
HSV(B)27.22º87.23%92.16%-
XYZ41.5831.925.2-
YUV145.8962.61191.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.57%
GREEN value IS 123 (48.44% from 255) = 31.70%
BLUE value IS 30 (12.11% from 255) = 7.73%
R=60.57%
G=31.70%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351233000.480.870.0827.2283.6751.96
HexEB7B1E0305781b5434
Octal35317336060127103312464
Binary11101011111101111110011000010101111000110111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7B1E; }

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

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

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

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

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

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

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

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