#E67A1A

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

Shades of Tahiti Gold #E67A1A

Tints of Tahiti Gold #E67A1A

Color information

#E67A1A (or 0xE67A1A) is unknown color: approx Tahiti Gold. HEX triplet: E6, 7A and 1A. RGB value is (230,122,26). Sum of RGB (Red+Green+Blue) = 230+122+26=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67A1A is #1985E5. Grayscale: #8F8F8F. Windows color (decimal): -1672678 or 1735398. OLE color: 1735398.

HSL color Cylindrical-coordinate representation of color #E67A1A: hue angle of 28.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E67A1A is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB23012226-
CMYK00.470.890.10
HSL28.24º80.31%50.2%-
HSV(B)28.24º88.7%90.2%-
XYZ39.7830.824.83-
YUV143.3561.78189.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.85%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 26 (10.55% from 255) = 6.88%
R=60.85%
G=32.28%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301222600.470.890.1028.2480.3150.2
HexE67A1A02F59A1c5032
Octal34617232057131123412062
Binary11100110111101011010010111110110011010111001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67A1A; }

 p { color: rgb(230,122,26); }

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

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

 a { background-color: rgb(230,122,26); }

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

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

 span { border-color: rgb(230,122,26); }

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