Html Css Color HEX #EA7029 Tahiti Gold

📋 copy color: '#EA7029'

red 234 ◦ green 112 ◦ blue 41

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

Shades of Tahiti Gold #EA7029

Tints of Tahiti Gold #EA7029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.94%

 BLUE value IS 41 (16.41% from 255) = 10.59%

R = 60.47%
G = 28.94%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA7029 (or 0xEA7029) is known color: Tahiti Gold. HEX triplet: EA, 70 and 29. RGB value is (234,112,41). Sum of RGB (Red+Green+Blue) = 234+112+41=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7029 is #158FD6. Grayscale: #8C8C8C. Windows color (decimal): -1413079 or 2715882. OLE color: 2715882.

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

Color convert

RGB 234 112 41 -
CMYK 0 0.52 0.82 0.08
HSL 22.07º 0.82% 0.54% -
HSV(B) 22.07º 0.82% 0.92% -
XYZ 40.13 29.24 5.63 -
YUV 140.38 71.92 194.77 -
System Red Green Blue C M Y K H S L
Decimal 234 112 41 0 0.52 0.82 0.08 22.07 0.82 0.54
Hex EA 70 29 0 34 52 8 16 52 36
Octal 352 160 51 0 64 122 10 26 122 66
Binary 11101010 1110000 101001 0 110100 1010010 1000 10110 1010010 110110

Color Harmonies of #EA7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7029

Black with #EA7029

Text Example


Text Example

White with #EA7029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7029; }

 p { color: rgb(234,112,41); }

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

background-color css

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

 a { background-color: rgb(234,112,41); }

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

border-color css

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

 span { border-color: rgb(234,112,41); }

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