Html Css Color HEX #EA7331 Tahiti Gold

📋 copy color: '#EA7331'

red 234 ◦ green 115 ◦ blue 49

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

Shades of Tahiti Gold #EA7331

Tints of Tahiti Gold #EA7331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

 BLUE value IS 49 (19.53% from 255) = 12.31%

R = 58.79%
G = 28.89%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA7331 (or 0xEA7331) is known color: Tahiti Gold. HEX triplet: EA, 73 and 31. RGB value is (234,115,49). Sum of RGB (Red+Green+Blue) = 234+115+49=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7331 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7331 is #158CCE. Grayscale: #8F8F8F. Windows color (decimal): -1412303 or 3240938. OLE color: 3240938.

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

Color convert

RGB 234 115 49 -
CMYK 0 0.51 0.79 0.08
HSL 21.41º 0.81% 0.55% -
HSV(B) 21.41º 0.79% 0.92% -
XYZ 40.62 29.98 6.55 -
YUV 143.06 74.92 192.87 -
System Red Green Blue C M Y K H S L
Decimal 234 115 49 0 0.51 0.79 0.08 21.41 0.81 0.55
Hex EA 73 31 0 33 4F 8 15 51 37
Octal 352 163 61 0 63 117 10 25 121 67
Binary 11101010 1110011 110001 0 110011 1001111 1000 10101 1010001 110111

Color Harmonies of #EA7331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7331

Black with #EA7331

Text Example


Text Example

White with #EA7331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7331; }

 p { color: rgb(234,115,49); }

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

background-color css

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

 a { background-color: rgb(234,115,49); }

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

border-color css

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

 span { border-color: rgb(234,115,49); }

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