Html Css Color HEX #EA712E Tahiti Gold

📋 copy color: '#EA712E'

red 234 ◦ green 113 ◦ blue 46

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

Shades of Tahiti Gold #EA712E

Tints of Tahiti Gold #EA712E

RGB

 RED value IS 234 (91.8% from 255) = 59.54%

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

 BLUE value IS 46 (18.36% from 255) = 11.7%

R = 59.54%
G = 28.75%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA712E (or 0xEA712E) is known color: Tahiti Gold. HEX triplet: EA, 71 and 2E. RGB value is (234,113,46). Sum of RGB (Red+Green+Blue) = 234+113+46=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA712E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA712E is #158ED1. Grayscale: #8D8D8D. Windows color (decimal): -1412818 or 3043818. OLE color: 3043818.

HSL color Cylindrical-coordinate representation of color #EA712E: hue angle of 21.38º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA712E is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 113 46 -
CMYK 0 0.52 0.80 0.08
HSL 21.38º 0.82% 0.55% -
HSV(B) 21.38º 0.8% 0.92% -
XYZ 40.33 29.5 6.15 -
YUV 141.54 74.09 193.95 -
System Red Green Blue C M Y K H S L
Decimal 234 113 46 0 0.52 0.80 0.08 21.38 0.82 0.55
Hex EA 71 2E 0 34 50 8 15 52 37
Octal 352 161 56 0 64 120 10 25 122 67
Binary 11101010 1110001 101110 0 110100 1010000 1000 10101 1010010 110111

Color Harmonies of #EA712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA712E

Black with #EA712E

Text Example


Text Example

White with #EA712E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA712E; }

 p { color: rgb(234,113,46); }

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

background-color css

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

 a { background-color: rgb(234,113,46); }

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

border-color css

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

 span { border-color: rgb(234,113,46); }

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