Html Css Color HEX #E6702A Tahiti Gold

📋 copy color: '#E6702A'

red 230 ◦ green 112 ◦ blue 42

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

Shades of Tahiti Gold #E6702A

Tints of Tahiti Gold #E6702A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

 BLUE value IS 42 (16.8% from 255) = 10.94%

R = 59.9%
G = 29.17%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6702A (or 0xE6702A) is known color: Tahiti Gold. HEX triplet: E6, 70 and 2A. RGB value is (230,112,42). Sum of RGB (Red+Green+Blue) = 230+112+42=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E6702A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6702A is #198FD5. Grayscale: #8B8B8B. Windows color (decimal): -1675222 or 2781414. OLE color: 2781414.

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

Color convert

RGB 230 112 42 -
CMYK 0 0.51 0.82 0.10
HSL 22.34º 0.79% 0.53% -
HSV(B) 22.34º 0.82% 0.9% -
XYZ 38.85 28.58 5.66 -
YUV 139.3 73.09 192.69 -
System Red Green Blue C M Y K H S L
Decimal 230 112 42 0 0.51 0.82 0.10 22.34 0.79 0.53
Hex E6 70 2A 0 33 52 A 16 4F 35
Octal 346 160 52 0 63 122 12 26 117 65
Binary 11100110 1110000 101010 0 110011 1010010 1010 10110 1001111 110101

Color Harmonies of #E6702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6702A

Black with #E6702A

Text Example


Text Example

White with #E6702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6702A; }

 p { color: rgb(230,112,42); }

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

background-color css

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

 a { background-color: rgb(230,112,42); }

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

border-color css

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

 span { border-color: rgb(230,112,42); }

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