Html Css Color HEX #EB7329 Tahiti Gold

📋 copy color: '#EB7329'

red 235 ◦ green 115 ◦ blue 41

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

Shades of Tahiti Gold #EB7329

Tints of Tahiti Gold #EB7329

RGB

 RED value IS 235 (92.19% from 255) = 60.1%

 GREEN value IS 115 (45.31% from 255) = 29.41%

 BLUE value IS 41 (16.41% from 255) = 10.49%

R = 60.1%
G = 29.41%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB7329 (or 0xEB7329) is known color: Tahiti Gold. HEX triplet: EB, 73 and 29. RGB value is (235,115,41). Sum of RGB (Red+Green+Blue) = 235+115+41=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7329 is #148CD6. Grayscale: #8E8E8E. Windows color (decimal): -1346775 or 2716651. OLE color: 2716651.

HSL color Cylindrical-coordinate representation of color #EB7329: hue angle of 22.89º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB7329 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 115 41 -
CMYK 0 0.51 0.83 0.08
HSL 22.89º 0.83% 0.54% -
HSV(B) 22.89º 0.83% 0.92% -
XYZ 40.79 30.08 5.75 -
YUV 142.44 70.76 194.02 -
System Red Green Blue C M Y K H S L
Decimal 235 115 41 0 0.51 0.83 0.08 22.89 0.83 0.54
Hex EB 73 29 0 33 53 8 17 53 36
Octal 353 163 51 0 63 123 10 27 123 66
Binary 11101011 1110011 101001 0 110011 1010011 1000 10111 1010011 110110

Color Harmonies of #EB7329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7329

Black with #EB7329

Text Example


Text Example

White with #EB7329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7329; }

 p { color: rgb(235,115,41); }

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

background-color css

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

 a { background-color: rgb(235,115,41); }

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

border-color css

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

 span { border-color: rgb(235,115,41); }

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