Html Css Color HEX #EA6E1A Tahiti Gold

📋 copy color: '#EA6E1A'

red 234 ◦ green 110 ◦ blue 26

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

Shades of Tahiti Gold #EA6E1A

Tints of Tahiti Gold #EA6E1A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.73%

 BLUE value IS 26 (10.55% from 255) = 7.03%

R = 63.24%
G = 29.73%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA6E1A (or 0xEA6E1A) is known color: Tahiti Gold. HEX triplet: EA, 6E and 1A. RGB value is (234,110,26). Sum of RGB (Red+Green+Blue) = 234+110+26=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6E1A is #1591E5. Grayscale: #898989. Windows color (decimal): -1413606 or 1732330. OLE color: 1732330.

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

Color convert

RGB 234 110 26 -
CMYK 0 0.53 0.89 0.08
HSL 24.23º 0.83% 0.51% -
HSV(B) 24.23º 0.89% 0.92% -
XYZ 39.69 28.72 4.43 -
YUV 137.5 65.08 196.83 -
System Red Green Blue C M Y K H S L
Decimal 234 110 26 0 0.53 0.89 0.08 24.23 0.83 0.51
Hex EA 6E 1A 0 35 59 8 18 53 33
Octal 352 156 32 0 65 131 10 30 123 63
Binary 11101010 1101110 11010 0 110101 1011001 1000 11000 1010011 110011

Color Harmonies of #EA6E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6E1A

Black with #EA6E1A

Text Example


Text Example

White with #EA6E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6E1A; }

 p { color: rgb(234,110,26); }

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

background-color css

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

 a { background-color: rgb(234,110,26); }

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

border-color css

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

 span { border-color: rgb(234,110,26); }

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