#EB6E20

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

Shades of Tahiti Gold #EB6E20

Tints of Tahiti Gold #EB6E20

Color information

#EB6E20 (or 0xEB6E20) is unknown color: approx Tahiti Gold. HEX triplet: EB, 6E and 20. RGB value is (235,110,32). Sum of RGB (Red+Green+Blue) = 235+110+32=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6E20 is #1491DF. Grayscale: #8A8A8A. Windows color (decimal): -1348064 or 2125547. OLE color: 2125547.

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

Color convert

RGB23511032-
CMYK00.530.860.08
HSL23.05º83.54%52.35%-
HSV(B)23.05º86.38%92.16%-
XYZ40.128.924.83-
YUV138.4867.91196.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.33%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 32 (12.89% from 255) = 8.49%
R=62.33%
G=29.18%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351103200.530.860.0823.0583.5452.35
HexEB6E20035568175434
Octal35315640065126102712464
Binary111010111101110100000011010110101101000101111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6E20; }

 p { color: rgb(235,110,32); }

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

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

 a { background-color: rgb(235,110,32); }

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

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

 span { border-color: rgb(235,110,32); }

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