Html Css Color HEX #E1722A Tahiti Gold

📋 copy color: '#E1722A'

red 225 ◦ green 114 ◦ blue 42

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

Shades of Tahiti Gold #E1722A

Tints of Tahiti Gold #E1722A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

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

R = 59.06%
G = 29.92%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1722A (or 0xE1722A) is known color: Tahiti Gold. HEX triplet: E1, 72 and 2A. RGB value is (225,114,42). Sum of RGB (Red+Green+Blue) = 225+114+42=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1722A is #1E8DD5. Grayscale: #8B8B8B. Windows color (decimal): -2002390 or 2781921. OLE color: 2781921.

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

Color convert

RGB 225 114 42 -
CMYK 0 0.49 0.81 0.12
HSL 23.61º 0.75% 0.52% -
HSV(B) 23.61º 0.81% 0.88% -
XYZ 37.49 28.21 5.66 -
YUV 138.98 73.27 189.35 -
System Red Green Blue C M Y K H S L
Decimal 225 114 42 0 0.49 0.81 0.12 23.61 0.75 0.52
Hex E1 72 2A 0 31 51 C 18 4B 34
Octal 341 162 52 0 61 121 14 30 113 64
Binary 11100001 1110010 101010 0 110001 1010001 1100 11000 1001011 110100

Color Harmonies of #E1722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1722A

Black with #E1722A

Text Example


Text Example

White with #E1722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1722A; }

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

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

background-color css

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

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

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

border-color css

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

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

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