Html Css Color HEX #EA6520 Tahiti Gold

📋 copy color: '#EA6520'

red 234 ◦ green 101 ◦ blue 32

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

Shades of Tahiti Gold #EA6520

Tints of Tahiti Gold #EA6520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.52%

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

R = 63.76%
G = 27.52%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA6520 (or 0xEA6520) is known color: Tahiti Gold. HEX triplet: EA, 65 and 20. RGB value is (234,101,32). Sum of RGB (Red+Green+Blue) = 234+101+32=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6520 is #159ADF. Grayscale: #858585. Windows color (decimal): -1415904 or 2123242. OLE color: 2123242.

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

Color convert

RGB 234 101 32 -
CMYK 0 0.57 0.86 0.08
HSL 20.5º 0.83% 0.52% -
HSV(B) 20.5º 0.86% 0.92% -
XYZ 38.85 26.9 4.51 -
YUV 132.9 71.06 200.11 -
System Red Green Blue C M Y K H S L
Decimal 234 101 32 0 0.57 0.86 0.08 20.5 0.83 0.52
Hex EA 65 20 0 39 56 8 14 53 34
Octal 352 145 40 0 71 126 10 24 123 64
Binary 11101010 1100101 100000 0 111001 1010110 1000 10100 1010011 110100

Color Harmonies of #EA6520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6520

Black with #EA6520

Text Example


Text Example

White with #EA6520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6520; }

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

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

background-color css

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

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

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

border-color css

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

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

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