Html Css Color HEX #EA7128 Tahiti Gold

📋 copy color: '#EA7128'

red 234 ◦ green 113 ◦ blue 40

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

Shades of Tahiti Gold #EA7128

Tints of Tahiti Gold #EA7128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.34%

R = 60.47%
G = 29.2%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA7128 (or 0xEA7128) is known color: Tahiti Gold. HEX triplet: EA, 71 and 28. RGB value is (234,113,40). Sum of RGB (Red+Green+Blue) = 234+113+40=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7128 is #158ED7. Grayscale: #8D8D8D. Windows color (decimal): -1412824 or 2650602. OLE color: 2650602.

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

Color convert

RGB 234 113 40 -
CMYK 0 0.52 0.83 0.08
HSL 22.58º 0.82% 0.54% -
HSV(B) 22.58º 0.83% 0.92% -
XYZ 40.22 29.46 5.57 -
YUV 140.86 71.09 194.44 -
System Red Green Blue C M Y K H S L
Decimal 234 113 40 0 0.52 0.83 0.08 22.58 0.82 0.54
Hex EA 71 28 0 34 53 8 17 52 36
Octal 352 161 50 0 64 123 10 27 122 66
Binary 11101010 1110001 101000 0 110100 1010011 1000 10111 1010010 110110

Color Harmonies of #EA7128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7128

Black with #EA7128

Text Example


Text Example

White with #EA7128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7128; }

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

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

background-color css

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

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

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

border-color css

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

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

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