Html Css Color HEX #EA7A20 Tahiti Gold

📋 copy color: '#EA7A20'

red 234 ◦ green 122 ◦ blue 32

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

Shades of Tahiti Gold #EA7A20

Tints of Tahiti Gold #EA7A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.44%

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

R = 60.31%
G = 31.44%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA7A20 (or 0xEA7A20) is known color: Tahiti Gold. HEX triplet: EA, 7A and 20. RGB value is (234,122,32). Sum of RGB (Red+Green+Blue) = 234+122+32=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7A20 is #1585DF. Grayscale: #919191. Windows color (decimal): -1410528 or 2128618. OLE color: 2128618.

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

Color convert

RGB 234 122 32 -
CMYK 0 0.48 0.86 0.08
HSL 26.73º 0.83% 0.52% -
HSV(B) 26.73º 0.86% 0.92% -
XYZ 41.15 31.52 5.28 -
YUV 145.23 64.11 191.32 -
System Red Green Blue C M Y K H S L
Decimal 234 122 32 0 0.48 0.86 0.08 26.73 0.83 0.52
Hex EA 7A 20 0 30 56 8 1B 53 34
Octal 352 172 40 0 60 126 10 33 123 64
Binary 11101010 1111010 100000 0 110000 1010110 1000 11011 1010011 110100

Color Harmonies of #EA7A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7A20

Black with #EA7A20

Text Example


Text Example

White with #EA7A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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