Html Css Color HEX #EA6320 Tahiti Gold

📋 copy color: '#EA6320'

red 234 ◦ green 99 ◦ blue 32

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

Shades of Tahiti Gold #EA6320

Tints of Tahiti Gold #EA6320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

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

R = 64.11%
G = 27.12%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA6320 (or 0xEA6320) is known color: Tahiti Gold. HEX triplet: EA, 63 and 20. RGB value is (234,99,32). Sum of RGB (Red+Green+Blue) = 234+99+32=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6320 is #159CDF. Grayscale: #848484. Windows color (decimal): -1416416 or 2122730. OLE color: 2122730.

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

Color convert

RGB 234 99 32 -
CMYK 0 0.58 0.86 0.08
HSL 19.9º 0.83% 0.52% -
HSV(B) 19.9º 0.86% 0.92% -
XYZ 38.65 26.52 4.45 -
YUV 131.73 71.73 200.95 -
System Red Green Blue C M Y K H S L
Decimal 234 99 32 0 0.58 0.86 0.08 19.9 0.83 0.52
Hex EA 63 20 0 3A 56 8 14 53 34
Octal 352 143 40 0 72 126 10 24 123 64
Binary 11101010 1100011 100000 0 111010 1010110 1000 10100 1010011 110100

Color Harmonies of #EA6320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6320

Black with #EA6320

Text Example


Text Example

White with #EA6320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6320; }

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

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

background-color css

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

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

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

border-color css

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

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

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