Html Css Color HEX #E6772D Tahiti Gold

📋 copy color: '#E6772D'

red 230 ◦ green 119 ◦ blue 45

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

Shades of Tahiti Gold #E6772D

Tints of Tahiti Gold #E6772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.42%

R = 58.38%
G = 30.2%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6772D (or 0xE6772D) is known color: Tahiti Gold. HEX triplet: E6, 77 and 2D. RGB value is (230,119,45). Sum of RGB (Red+Green+Blue) = 230+119+45=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E6772D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6772D is #1988D2. Grayscale: #909090. Windows color (decimal): -1673427 or 2979814. OLE color: 2979814.

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

Color convert

RGB 230 119 45 -
CMYK 0 0.48 0.80 0.10
HSL 24º 0.79% 0.54% -
HSV(B) 24º 0.8% 0.9% -
XYZ 39.7 30.21 6.22 -
YUV 143.75 72.27 189.52 -
System Red Green Blue C M Y K H S L
Decimal 230 119 45 0 0.48 0.80 0.10 24 0.79 0.54
Hex E6 77 2D 0 30 50 A 18 4F 36
Octal 346 167 55 0 60 120 12 30 117 66
Binary 11100110 1110111 101101 0 110000 1010000 1010 11000 1001111 110110

Color Harmonies of #E6772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6772D

Black with #E6772D

Text Example


Text Example

White with #E6772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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