Html Css Color HEX #EA7429 Tahiti Gold

📋 copy color: '#EA7429'

red 234 ◦ green 116 ◦ blue 41

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

Shades of Tahiti Gold #EA7429

Tints of Tahiti Gold #EA7429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.67%

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

R = 59.85%
G = 29.67%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA7429 (or 0xEA7429) is known color: Tahiti Gold. HEX triplet: EA, 74 and 29. RGB value is (234,116,41). Sum of RGB (Red+Green+Blue) = 234+116+41=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7429 is #158BD6. Grayscale: #8F8F8F. Windows color (decimal): -1412055 or 2716906. OLE color: 2716906.

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

Color convert

RGB 234 116 41 -
CMYK 0 0.50 0.82 0.08
HSL 23.32º 0.82% 0.54% -
HSV(B) 23.32º 0.82% 0.92% -
XYZ 40.58 30.14 5.78 -
YUV 142.73 70.59 193.1 -
System Red Green Blue C M Y K H S L
Decimal 234 116 41 0 0.50 0.82 0.08 23.32 0.82 0.54
Hex EA 74 29 0 32 52 8 17 52 36
Octal 352 164 51 0 62 122 10 27 122 66
Binary 11101010 1110100 101001 0 110010 1010010 1000 10111 1010010 110110

Color Harmonies of #EA7429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7429

Black with #EA7429

Text Example


Text Example

White with #EA7429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7429; }

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

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

background-color css

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

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

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

border-color css

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

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

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