Html Css Color HEX #E17D1C Tahiti Gold

📋 copy color: '#E17D1C'

red 225 ◦ green 125 ◦ blue 28

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

Shades of Tahiti Gold #E17D1C

Tints of Tahiti Gold #E17D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.41%

R = 59.52%
G = 33.07%
B = 7.41%

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

#E17D1C (or 0xE17D1C) is known color: Tahiti Gold. HEX triplet: E1, 7D and 1C. RGB value is (225,125,28). Sum of RGB (Red+Green+Blue) = 225+125+28=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17D1C is #1E82E3. Grayscale: #909090. Windows color (decimal): -1999588 or 1867233. OLE color: 1867233.

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

Color convert

RGB 225 125 28 -
CMYK 0 0.44 0.88 0.12
HSL 29.54º 0.78% 0.5% -
HSV(B) 29.54º 0.88% 0.88% -
XYZ 38.59 30.76 5 -
YUV 143.84 62.63 185.89 -
System Red Green Blue C M Y K H S L
Decimal 225 125 28 0 0.44 0.88 0.12 29.54 0.78 0.5
Hex E1 7D 1C 0 2C 58 C 1E 4E 32
Octal 341 175 34 0 54 130 14 36 116 62
Binary 11100001 1111101 11100 0 101100 1011000 1100 11110 1001110 110010

Color Harmonies of #E17D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17D1C

Black with #E17D1C

Text Example


Text Example

White with #E17D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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