Html Css Color HEX #EA7520 Tahiti Gold

📋 copy color: '#EA7520'

red 234 ◦ green 117 ◦ blue 32

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

Shades of Tahiti Gold #EA7520

Tints of Tahiti Gold #EA7520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.55%

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

R = 61.1%
G = 30.55%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA7520 (or 0xEA7520) is known color: Tahiti Gold. HEX triplet: EA, 75 and 20. RGB value is (234,117,32). Sum of RGB (Red+Green+Blue) = 234+117+32=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7520 is #158ADF. Grayscale: #8E8E8E. Windows color (decimal): -1411808 or 2127338. OLE color: 2127338.

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

Color convert

RGB 234 117 32 -
CMYK 0 0.5 0.86 0.08
HSL 25.25º 0.83% 0.52% -
HSV(B) 25.25º 0.86% 0.92% -
XYZ 40.55 30.32 5.08 -
YUV 142.29 65.76 193.41 -
System Red Green Blue C M Y K H S L
Decimal 234 117 32 0 0.5 0.86 0.08 25.25 0.83 0.52
Hex EA 75 20 0 32 56 8 19 53 34
Octal 352 165 40 0 62 126 10 31 123 64
Binary 11101010 1110101 100000 0 110010 1010110 1000 11001 1010011 110100

Color Harmonies of #EA7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7520

Black with #EA7520

Text Example


Text Example

White with #EA7520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7520; }

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

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

background-color css

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

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

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

border-color css

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

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

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