Html Css Color HEX #E17D1A Tahiti Gold

📋 copy color: '#E17D1A'

red 225 ◦ green 125 ◦ blue 26

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

Shades of Tahiti Gold #E17D1A

Tints of Tahiti Gold #E17D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.91%

R = 59.84%
G = 33.24%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E17D1A (or 0xE17D1A) is known color: Tahiti Gold. HEX triplet: E1, 7D and 1A. RGB value is (225,125,26). Sum of RGB (Red+Green+Blue) = 225+125+26=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17D1A is #1E82E5. Grayscale: #909090. Windows color (decimal): -1999590 or 1736161. OLE color: 1736161.

HSL color Cylindrical-coordinate representation of color #E17D1A: hue angle of 29.85º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E17D1A is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 125 26 -
CMYK 0 0.44 0.88 0.12
HSL 29.85º 0.79% 0.49% -
HSV(B) 29.85º 0.88% 0.88% -
XYZ 38.57 30.75 4.88 -
YUV 143.61 61.63 186.05 -
System Red Green Blue C M Y K H S L
Decimal 225 125 26 0 0.44 0.88 0.12 29.85 0.79 0.49
Hex E1 7D 1A 0 2C 58 C 1E 4F 31
Octal 341 175 32 0 54 130 14 36 117 61
Binary 11100001 1111101 11010 0 101100 1011000 1100 11110 1001111 110001

Color Harmonies of #E17D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17D1A

Black with #E17D1A

Text Example


Text Example

White with #E17D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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