#EC6B1E

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

Shades of Tahiti Gold #EC6B1E

Tints of Tahiti Gold #EC6B1E

Color information

#EC6B1E (or 0xEC6B1E) is unknown color: approx Tahiti Gold. HEX triplet: EC, 6B and 1E. RGB value is (236,107,30). Sum of RGB (Red+Green+Blue) = 236+107+30=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6B1E is #1394E1. Grayscale: #898989. Windows color (decimal): -1283298 or 1993708. OLE color: 1993708.

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

Color convert

RGB23610730-
CMYK00.550.870.07
HSL22.43º84.43%52.16%-
HSV(B)22.43º87.29%92.55%-
XYZ40.0828.444.61-
YUV136.7967.74198.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 63.27%
GREEN value IS 107 (42.19% from 255) = 28.69%
BLUE value IS 30 (12.11% from 255) = 8.04%
R=63.27%
G=28.69%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361073000.550.870.0722.4384.4352.16
HexEC6B1E037577165434
Octal3541533606712772612464
Binary1110110011010111111001101111010111111101101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6B1E; }

 p { color: rgb(236,107,30); }

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

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

 a { background-color: rgb(236,107,30); }

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

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

 span { border-color: rgb(236,107,30); }

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