Html Css Color HEX #E5742A Tahiti Gold

📋 copy color: '#E5742A'

red 229 ◦ green 116 ◦ blue 42

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

Shades of Tahiti Gold #E5742A

Tints of Tahiti Gold #E5742A

RGB

 RED value IS 229 (89.84% from 255) = 59.17%

 GREEN value IS 116 (45.7% from 255) = 29.97%

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

R = 59.17%
G = 29.97%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5742A (or 0xE5742A) is known color: Tahiti Gold. HEX triplet: E5, 74 and 2A. RGB value is (229,116,42). Sum of RGB (Red+Green+Blue) = 229+116+42=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E5742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5742A is #1A8BD5. Grayscale: #8D8D8D. Windows color (decimal): -1739734 or 2782437. OLE color: 2782437.

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

Color convert

RGB 229 116 42 -
CMYK 0 0.49 0.82 0.10
HSL 23.74º 0.78% 0.53% -
HSV(B) 23.74º 0.82% 0.9% -
XYZ 38.98 29.32 5.79 -
YUV 141.35 71.94 190.52 -
System Red Green Blue C M Y K H S L
Decimal 229 116 42 0 0.49 0.82 0.10 23.74 0.78 0.53
Hex E5 74 2A 0 31 52 A 18 4E 35
Octal 345 164 52 0 61 122 12 30 116 65
Binary 11100101 1110100 101010 0 110001 1010010 1010 11000 1001110 110101

Color Harmonies of #E5742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5742A

Black with #E5742A

Text Example


Text Example

White with #E5742A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5742A; }

 p { color: rgb(229,116,42); }

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

background-color css

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

 a { background-color: rgb(229,116,42); }

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

border-color css

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

 span { border-color: rgb(229,116,42); }

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