Html Css Color HEX #EA7130 Tahiti Gold

📋 copy color: '#EA7130'

red 234 ◦ green 113 ◦ blue 48

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

Shades of Tahiti Gold #EA7130

Tints of Tahiti Gold #EA7130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.15%

R = 59.24%
G = 28.61%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA7130 (or 0xEA7130) is known color: Tahiti Gold. HEX triplet: EA, 71 and 30. RGB value is (234,113,48). Sum of RGB (Red+Green+Blue) = 234+113+48=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7130 is #158ECF. Grayscale: #8E8E8E. Windows color (decimal): -1412816 or 3174890. OLE color: 3174890.

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

Color convert

RGB 234 113 48 -
CMYK 0 0.52 0.79 0.08
HSL 20.97º 0.82% 0.55% -
HSV(B) 20.97º 0.79% 0.92% -
XYZ 40.37 29.52 6.37 -
YUV 141.77 75.09 193.79 -
System Red Green Blue C M Y K H S L
Decimal 234 113 48 0 0.52 0.79 0.08 20.97 0.82 0.55
Hex EA 71 30 0 34 4F 8 15 52 37
Octal 352 161 60 0 64 117 10 25 122 67
Binary 11101010 1110001 110000 0 110100 1001111 1000 10101 1010010 110111

Color Harmonies of #EA7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7130

Black with #EA7130

Text Example


Text Example

White with #EA7130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7130; }

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

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

background-color css

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

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

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

border-color css

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

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

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