Html Css Color HEX #EA7820 Tahiti Gold

📋 copy color: '#EA7820'

red 234 ◦ green 120 ◦ blue 32

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

Shades of Tahiti Gold #EA7820

Tints of Tahiti Gold #EA7820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.09%

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

R = 60.62%
G = 31.09%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA7820 (or 0xEA7820) is known color: Tahiti Gold. HEX triplet: EA, 78 and 20. RGB value is (234,120,32). Sum of RGB (Red+Green+Blue) = 234+120+32=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7820 is #1587DF. Grayscale: #909090. Windows color (decimal): -1411040 or 2128106. OLE color: 2128106.

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

Color convert

RGB 234 120 32 -
CMYK 0 0.49 0.86 0.08
HSL 26.14º 0.83% 0.52% -
HSV(B) 26.14º 0.86% 0.92% -
XYZ 40.91 31.03 5.2 -
YUV 144.05 64.77 192.16 -
System Red Green Blue C M Y K H S L
Decimal 234 120 32 0 0.49 0.86 0.08 26.14 0.83 0.52
Hex EA 78 20 0 31 56 8 1A 53 34
Octal 352 170 40 0 61 126 10 32 123 64
Binary 11101010 1111000 100000 0 110001 1010110 1000 11010 1010011 110100

Color Harmonies of #EA7820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7820

Black with #EA7820

Text Example


Text Example

White with #EA7820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7820; }

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

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

background-color css

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

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

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

border-color css

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

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

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