Html Css Color HEX #E6742E Tahiti Gold

📋 copy color: '#E6742E'

red 230 ◦ green 116 ◦ blue 46

#E6742E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahiti Gold #E6742E

Tints of Tahiti Gold #E6742E

RGB

 RED value IS 230 (90.23% from 255) = 58.67%

 GREEN value IS 116 (45.7% from 255) = 29.59%

 BLUE value IS 46 (18.36% from 255) = 11.73%

R = 58.67%
G = 29.59%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.8

 K value IS 0.10

RGB Variations

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

Color information

#E6742E (or 0xE6742E) is known color: Tahiti Gold. HEX triplet: E6, 74 and 2E. RGB value is (230,116,46). Sum of RGB (Red+Green+Blue) = 230+116+46=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6742E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6742E is #198BD1. Grayscale: #8E8E8E. Windows color (decimal): -1674194 or 3044582. OLE color: 3044582.

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

Color convert

RGB 230 116 46 -
CMYK 0 0.50 0.8 0.10
HSL 22.83º 0.79% 0.54% -
HSV(B) 22.83º 0.8% 0.9% -
XYZ 39.37 29.51 6.21 -
YUV 142.11 73.77 190.69 -
System Red Green Blue C M Y K H S L
Decimal 230 116 46 0 0.50 0.8 0.10 22.83 0.79 0.54
Hex E6 74 2E 0 32 50 A 17 4F 36
Octal 346 164 56 0 62 120 12 27 117 66
Binary 11100110 1110100 101110 0 110010 1010000 1010 10111 1001111 110110

Color Harmonies of #E6742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6742E

Black with #E6742E

Text Example


Text Example

White with #E6742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6742E; }

 p { color: rgb(230,116,46); }

 H1.HeaderClassName
 {
   color: #E6742E;
 }
 .AnyTagClassName
 {
   color: #E6742E;
 }
</style>

background-color css

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

 a { background-color: rgb(230,116,46); }

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

border-color css

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

 span { border-color: rgb(230,116,46); }

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