Html Css Color HEX #E0712A Tahiti Gold

📋 copy color: '#E0712A'

red 224 ◦ green 113 ◦ blue 42

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

Shades of Tahiti Gold #E0712A

Tints of Tahiti Gold #E0712A

RGB

 RED value IS 224 (87.89% from 255) = 59.1%

 GREEN value IS 113 (44.53% from 255) = 29.82%

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

R = 59.1%
G = 29.82%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0712A (or 0xE0712A) is known color: Tahiti Gold. HEX triplet: E0, 71 and 2A. RGB value is (224,113,42). Sum of RGB (Red+Green+Blue) = 224+113+42=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E0712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0712A is #1F8ED5. Grayscale: #8A8A8A. Windows color (decimal): -2068182 or 2781664. OLE color: 2781664.

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

Color convert

RGB 224 113 42 -
CMYK 0 0.50 0.81 0.12
HSL 23.41º 0.75% 0.52% -
HSV(B) 23.41º 0.81% 0.88% -
XYZ 37.06 27.82 5.61 -
YUV 138.1 73.77 189.27 -
System Red Green Blue C M Y K H S L
Decimal 224 113 42 0 0.50 0.81 0.12 23.41 0.75 0.52
Hex E0 71 2A 0 32 51 C 17 4B 34
Octal 340 161 52 0 62 121 14 27 113 64
Binary 11100000 1110001 101010 0 110010 1010001 1100 10111 1001011 110100

Color Harmonies of #E0712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0712A

Black with #E0712A

Text Example


Text Example

White with #E0712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0712A; }

 p { color: rgb(224,113,42); }

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

background-color css

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

 a { background-color: rgb(224,113,42); }

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

border-color css

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

 span { border-color: rgb(224,113,42); }

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