Html Css Color HEX #EB7520 Tahiti Gold

📋 copy color: '#EB7520'

red 235 ◦ green 117 ◦ blue 32

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

Shades of Tahiti Gold #EB7520

Tints of Tahiti Gold #EB7520

RGB

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

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

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

R = 61.2%
G = 30.47%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB7520 (or 0xEB7520) is known color: Tahiti Gold. HEX triplet: EB, 75 and 20. RGB value is (235,117,32). Sum of RGB (Red+Green+Blue) = 235+117+32=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7520 is #148ADF. Grayscale: #8F8F8F. Windows color (decimal): -1346272 or 2127339. OLE color: 2127339.

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

Color convert

RGB 235 117 32 -
CMYK 0 0.50 0.86 0.08
HSL 25.12º 0.84% 0.52% -
HSV(B) 25.12º 0.86% 0.92% -
XYZ 40.88 30.49 5.1 -
YUV 142.59 65.59 193.91 -
System Red Green Blue C M Y K H S L
Decimal 235 117 32 0 0.50 0.86 0.08 25.12 0.84 0.52
Hex EB 75 20 0 32 56 8 19 54 34
Octal 353 165 40 0 62 126 10 31 124 64
Binary 11101011 1110101 100000 0 110010 1010110 1000 11001 1010100 110100

Color Harmonies of #EB7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7520

Black with #EB7520

Text Example


Text Example

White with #EB7520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7520; }

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

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

background-color css

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

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

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

border-color css

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

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

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