Html Css Color HEX #E17D2A Tahiti Gold

📋 copy color: '#E17D2A'

red 225 ◦ green 125 ◦ blue 42

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

Shades of Tahiti Gold #E17D2A

Tints of Tahiti Gold #E17D2A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.89%

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

R = 57.4%
G = 31.89%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E17D2A (or 0xE17D2A) is known color: Tahiti Gold. HEX triplet: E1, 7D and 2A. RGB value is (225,125,42). Sum of RGB (Red+Green+Blue) = 225+125+42=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17D2A is #1E82D5. Grayscale: #919191. Windows color (decimal): -1999574 or 2784737. OLE color: 2784737.

HSL color Cylindrical-coordinate representation of color #E17D2A: hue angle of 27.21º 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 #E17D2A is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 125 42 -
CMYK 0 0.44 0.81 0.12
HSL 27.21º 0.75% 0.52% -
HSV(B) 27.21º 0.81% 0.88% -
XYZ 38.8 30.84 6.1 -
YUV 145.44 69.63 184.75 -
System Red Green Blue C M Y K H S L
Decimal 225 125 42 0 0.44 0.81 0.12 27.21 0.75 0.52
Hex E1 7D 2A 0 2C 51 C 1B 4B 34
Octal 341 175 52 0 54 121 14 33 113 64
Binary 11100001 1111101 101010 0 101100 1010001 1100 11011 1001011 110100

Color Harmonies of #E17D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17D2A

Black with #E17D2A

Text Example


Text Example

White with #E17D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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