Html Css Color HEX #E6772A Tahiti Gold

📋 copy color: '#E6772A'

red 230 ◦ green 119 ◦ blue 42

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

Shades of Tahiti Gold #E6772A

Tints of Tahiti Gold #E6772A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.43%

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

R = 58.82%
G = 30.43%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6772A (or 0xE6772A) is known color: Tahiti Gold. HEX triplet: E6, 77 and 2A. RGB value is (230,119,42). Sum of RGB (Red+Green+Blue) = 230+119+42=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6772A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6772A is #1988D5. Grayscale: #8F8F8F. Windows color (decimal): -1673430 or 2783206. OLE color: 2783206.

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

Color convert

RGB 230 119 42 -
CMYK 0 0.48 0.82 0.10
HSL 24.57º 0.79% 0.53% -
HSV(B) 24.57º 0.82% 0.9% -
XYZ 39.65 30.18 5.93 -
YUV 143.41 70.77 189.76 -
System Red Green Blue C M Y K H S L
Decimal 230 119 42 0 0.48 0.82 0.10 24.57 0.79 0.53
Hex E6 77 2A 0 30 52 A 19 4F 35
Octal 346 167 52 0 60 122 12 31 117 65
Binary 11100110 1110111 101010 0 110000 1010010 1010 11001 1001111 110101

Color Harmonies of #E6772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6772A

Black with #E6772A

Text Example


Text Example

White with #E6772A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6772A; }

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

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

background-color css

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

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

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

border-color css

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

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

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