Html Css Color HEX #EA7320 Tahiti Gold

📋 copy color: '#EA7320'

red 234 ◦ green 115 ◦ blue 32

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

Shades of Tahiti Gold #EA7320

Tints of Tahiti Gold #EA7320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.4%

R = 61.42%
G = 30.18%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA7320 (or 0xEA7320) is known color: Tahiti Gold. HEX triplet: EA, 73 and 20. RGB value is (234,115,32). Sum of RGB (Red+Green+Blue) = 234+115+32=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7320 is #158CDF. Grayscale: #8D8D8D. Windows color (decimal): -1412320 or 2126826. OLE color: 2126826.

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

Color convert

RGB 234 115 32 -
CMYK 0 0.51 0.86 0.08
HSL 24.65º 0.83% 0.52% -
HSV(B) 24.65º 0.86% 0.92% -
XYZ 40.32 29.86 5 -
YUV 141.12 66.42 194.25 -
System Red Green Blue C M Y K H S L
Decimal 234 115 32 0 0.51 0.86 0.08 24.65 0.83 0.52
Hex EA 73 20 0 33 56 8 19 53 34
Octal 352 163 40 0 63 126 10 31 123 64
Binary 11101010 1110011 100000 0 110011 1010110 1000 11001 1010011 110100

Color Harmonies of #EA7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7320

Black with #EA7320

Text Example


Text Example

White with #EA7320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7320; }

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

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

background-color css

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

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

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

border-color css

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

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

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