Html Css Color HEX #EB5E20 Tahiti Gold

📋 copy color: '#EB5E20'

red 235 ◦ green 94 ◦ blue 32

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

Shades of Tahiti Gold #EB5E20

Tints of Tahiti Gold #EB5E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.04%

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

R = 65.1%
G = 26.04%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB5E20 (or 0xEB5E20) is known color: Tahiti Gold. HEX triplet: EB, 5E and 20. RGB value is (235,94,32). Sum of RGB (Red+Green+Blue) = 235+94+32=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5E20 is #14A1DF. Grayscale: #818181. Windows color (decimal): -1352160 or 2121451. OLE color: 2121451.

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

Color convert

RGB 235 94 32 -
CMYK 0 0.6 0.86 0.08
HSL 18.33º 0.84% 0.52% -
HSV(B) 18.33º 0.86% 0.92% -
XYZ 38.52 25.77 4.31 -
YUV 129.09 73.21 203.54 -
System Red Green Blue C M Y K H S L
Decimal 235 94 32 0 0.6 0.86 0.08 18.33 0.84 0.52
Hex EB 5E 20 0 3C 56 8 12 54 34
Octal 353 136 40 0 74 126 10 22 124 64
Binary 11101011 1011110 100000 0 111100 1010110 1000 10010 1010100 110100

Color Harmonies of #EB5E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E20

Black with #EB5E20

Text Example


Text Example

White with #EB5E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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