#EB6C2D

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

Shades of Tahiti Gold #EB6C2D

Tints of Tahiti Gold #EB6C2D

Color information

#EB6C2D (or 0xEB6C2D) is unknown color: approx Tahiti Gold. HEX triplet: EB, 6C and 2D. RGB value is (235,108,45). Sum of RGB (Red+Green+Blue) = 235+108+45=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6C2D is #1493D2. Grayscale: #8B8B8B. Windows color (decimal): -1348563 or 2977003. OLE color: 2977003.

HSL color Cylindrical-coordinate representation of color #EB6C2D: hue angle of 19.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB6C2D is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB23510845-
CMYK00.540.810.08
HSL19.89º82.61%54.9%-
HSV(B)19.89º80.85%92.16%-
XYZ40.128.585.89-
YUV138.7975.08196.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.57%
GREEN value IS 108 (42.58% from 255) = 27.84%
BLUE value IS 45 (17.97% from 255) = 11.60%
R=60.57%
G=27.84%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351084500.540.810.0819.8982.6154.9
HexEB6C2D036518145337
Octal35315455066121102412367
Binary111010111101100101101011011010100011000101001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6C2D; }

 p { color: rgb(235,108,45); }

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

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

 a { background-color: rgb(235,108,45); }

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

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

 span { border-color: rgb(235,108,45); }

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