Html Css Color HEX #E06A2C Tahiti Gold

📋 copy color: '#E06A2C'

red 224 ◦ green 106 ◦ blue 44

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

Shades of Tahiti Gold #E06A2C

Tints of Tahiti Gold #E06A2C

RGB

 RED value IS 224 (87.89% from 255) = 59.89%

 GREEN value IS 106 (41.8% from 255) = 28.34%

 BLUE value IS 44 (17.58% from 255) = 11.76%

R = 59.89%
G = 28.34%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E06A2C (or 0xE06A2C) is known color: Tahiti Gold. HEX triplet: E0, 6A and 2C. RGB value is (224,106,44). Sum of RGB (Red+Green+Blue) = 224+106+44=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06A2C is #1F95D3. Grayscale: #868686. Windows color (decimal): -2069972 or 2910944. OLE color: 2910944.

HSL color Cylindrical-coordinate representation of color #E06A2C: hue angle of 20.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E06A2C is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 106 44 -
CMYK 0 0.53 0.80 0.12
HSL 20.67º 0.74% 0.53% -
HSV(B) 20.67º 0.8% 0.88% -
XYZ 36.35 26.34 5.55 -
YUV 134.21 77.09 192.04 -
System Red Green Blue C M Y K H S L
Decimal 224 106 44 0 0.53 0.80 0.12 20.67 0.74 0.53
Hex E0 6A 2C 0 35 50 C 15 4A 35
Octal 340 152 54 0 65 120 14 25 112 65
Binary 11100000 1101010 101100 0 110101 1010000 1100 10101 1001010 110101

Color Harmonies of #E06A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A2C

Black with #E06A2C

Text Example


Text Example

White with #E06A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A2C; }

 p { color: rgb(224,106,44); }

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

background-color css

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

 a { background-color: rgb(224,106,44); }

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

border-color css

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

 span { border-color: rgb(224,106,44); }

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