Html Css Color HEX #EA7428 Tahiti Gold

📋 copy color: '#EA7428'

red 234 ◦ green 116 ◦ blue 40

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

Shades of Tahiti Gold #EA7428

Tints of Tahiti Gold #EA7428

RGB

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

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

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

R = 60%
G = 29.74%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA7428 (or 0xEA7428) is known color: Tahiti Gold. HEX triplet: EA, 74 and 28. RGB value is (234,116,40). Sum of RGB (Red+Green+Blue) = 234+116+40=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7428 is #158BD7. Grayscale: #8F8F8F. Windows color (decimal): -1412056 or 2651370. OLE color: 2651370.

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

Color convert

RGB 234 116 40 -
CMYK 0 0.50 0.83 0.08
HSL 23.51º 0.82% 0.54% -
HSV(B) 23.51º 0.83% 0.92% -
XYZ 40.56 30.14 5.69 -
YUV 142.62 70.09 193.18 -
System Red Green Blue C M Y K H S L
Decimal 234 116 40 0 0.50 0.83 0.08 23.51 0.82 0.54
Hex EA 74 28 0 32 53 8 18 52 36
Octal 352 164 50 0 62 123 10 30 122 66
Binary 11101010 1110100 101000 0 110010 1010011 1000 11000 1010010 110110

Color Harmonies of #EA7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7428

Black with #EA7428

Text Example


Text Example

White with #EA7428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7428; }

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

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

background-color css

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

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

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

border-color css

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

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

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