Html Css Color HEX #EA6D20 Tahiti Gold

📋 copy color: '#EA6D20'

red 234 ◦ green 109 ◦ blue 32

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

Shades of Tahiti Gold #EA6D20

Tints of Tahiti Gold #EA6D20

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.07%

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

R = 62.4%
G = 29.07%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA6D20 (or 0xEA6D20) is known color: Tahiti Gold. HEX triplet: EA, 6D and 20. RGB value is (234,109,32). Sum of RGB (Red+Green+Blue) = 234+109+32=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6D20 is #1592DF. Grayscale: #8A8A8A. Windows color (decimal): -1413856 or 2125290. OLE color: 2125290.

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

Color convert

RGB 234 109 32 -
CMYK 0 0.53 0.86 0.08
HSL 22.87º 0.83% 0.52% -
HSV(B) 22.87º 0.86% 0.92% -
XYZ 39.66 28.53 4.78 -
YUV 137.6 68.41 196.76 -
System Red Green Blue C M Y K H S L
Decimal 234 109 32 0 0.53 0.86 0.08 22.87 0.83 0.52
Hex EA 6D 20 0 35 56 8 17 53 34
Octal 352 155 40 0 65 126 10 27 123 64
Binary 11101010 1101101 100000 0 110101 1010110 1000 10111 1010011 110100

Color Harmonies of #EA6D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6D20

Black with #EA6D20

Text Example


Text Example

White with #EA6D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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