Html Css Color HEX #E6761A Tahiti Gold

📋 copy color: '#E6761A'

red 230 ◦ green 118 ◦ blue 26

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

Shades of Tahiti Gold #E6761A

Tints of Tahiti Gold #E6761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.55%

 BLUE value IS 26 (10.55% from 255) = 6.95%

R = 61.5%
G = 31.55%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6761A (or 0xE6761A) is known color: Tahiti Gold. HEX triplet: E6, 76 and 1A. RGB value is (230,118,26). Sum of RGB (Red+Green+Blue) = 230+118+26=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E6761A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6761A is #1989E5. Grayscale: #8D8D8D. Windows color (decimal): -1673702 or 1734374. OLE color: 1734374.

HSL color Cylindrical-coordinate representation of color #E6761A: hue angle of 27.06º 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 #E6761A is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 118 26 -
CMYK 0 0.49 0.89 0.10
HSL 27.06º 0.8% 0.5% -
HSV(B) 27.06º 0.89% 0.9% -
XYZ 39.3 29.85 4.67 -
YUV 141 63.11 191.48 -
System Red Green Blue C M Y K H S L
Decimal 230 118 26 0 0.49 0.89 0.10 27.06 0.8 0.5
Hex E6 76 1A 0 31 59 A 1B 50 32
Octal 346 166 32 0 61 131 12 33 120 62
Binary 11100110 1110110 11010 0 110001 1011001 1010 11011 1010000 110010

Color Harmonies of #E6761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6761A

Black with #E6761A

Text Example


Text Example

White with #E6761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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