Html Css Color HEX #E1682A Tahiti Gold

📋 copy color: '#E1682A'

red 225 ◦ green 104 ◦ blue 42

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

Shades of Tahiti Gold #E1682A

Tints of Tahiti Gold #E1682A

RGB

 RED value IS 225 (88.28% from 255) = 60.65%

 GREEN value IS 104 (41.02% from 255) = 28.03%

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

R = 60.65%
G = 28.03%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1682A (or 0xE1682A) is known color: Tahiti Gold. HEX triplet: E1, 68 and 2A. RGB value is (225,104,42). Sum of RGB (Red+Green+Blue) = 225+104+42=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1682A is #1E97D5. Grayscale: #858585. Windows color (decimal): -2004950 or 2779361. OLE color: 2779361.

HSL color Cylindrical-coordinate representation of color #E1682A: hue angle of 20.33º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1682A is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 104 42 -
CMYK 0 0.54 0.81 0.12
HSL 20.33º 0.75% 0.52% -
HSV(B) 20.33º 0.81% 0.88% -
XYZ 36.42 26.08 5.3 -
YUV 133.11 76.59 193.54 -
System Red Green Blue C M Y K H S L
Decimal 225 104 42 0 0.54 0.81 0.12 20.33 0.75 0.52
Hex E1 68 2A 0 36 51 C 14 4B 34
Octal 341 150 52 0 66 121 14 24 113 64
Binary 11100001 1101000 101010 0 110110 1010001 1100 10100 1001011 110100

Color Harmonies of #E1682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1682A

Black with #E1682A

Text Example


Text Example

White with #E1682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1682A; }

 p { color: rgb(225,104,42); }

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

background-color css

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

 a { background-color: rgb(225,104,42); }

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

border-color css

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

 span { border-color: rgb(225,104,42); }

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