Html Css Color HEX #EB7325 Tahiti Gold

📋 copy color: '#EB7325'

red 235 ◦ green 115 ◦ blue 37

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

Shades of Tahiti Gold #EB7325

Tints of Tahiti Gold #EB7325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.56%

R = 60.72%
G = 29.72%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EB7325 (or 0xEB7325) is known color: Tahiti Gold. HEX triplet: EB, 73 and 25. RGB value is (235,115,37). Sum of RGB (Red+Green+Blue) = 235+115+37=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7325 is #148CDA. Grayscale: #8E8E8E. Windows color (decimal): -1346779 or 2454507. OLE color: 2454507.

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

Color convert

RGB 235 115 37 -
CMYK 0 0.51 0.84 0.08
HSL 23.64º 0.83% 0.53% -
HSV(B) 23.64º 0.84% 0.92% -
XYZ 40.73 30.06 5.41 -
YUV 141.99 68.76 194.34 -
System Red Green Blue C M Y K H S L
Decimal 235 115 37 0 0.51 0.84 0.08 23.64 0.83 0.53
Hex EB 73 25 0 33 54 8 18 53 35
Octal 353 163 45 0 63 124 10 30 123 65
Binary 11101011 1110011 100101 0 110011 1010100 1000 11000 1010011 110101

Color Harmonies of #EB7325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7325

Black with #EB7325

Text Example


Text Example

White with #EB7325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7325; }

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

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

background-color css

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

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

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

border-color css

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

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

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