Html Css Color HEX #EB6A20 Tahiti Gold

📋 copy color: '#EB6A20'

red 235 ◦ green 106 ◦ blue 32

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

Shades of Tahiti Gold #EB6A20

Tints of Tahiti Gold #EB6A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.42%

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

R = 63%
G = 28.42%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB6A20 (or 0xEB6A20) is known color: Tahiti Gold. HEX triplet: EB, 6A and 20. RGB value is (235,106,32). Sum of RGB (Red+Green+Blue) = 235+106+32=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6A20 is #1495DF. Grayscale: #888888. Windows color (decimal): -1349088 or 2124523. OLE color: 2124523.

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

Color convert

RGB 235 106 32 -
CMYK 0 0.55 0.86 0.08
HSL 21.87º 0.84% 0.52% -
HSV(B) 21.87º 0.86% 0.92% -
XYZ 39.68 28.07 4.69 -
YUV 136.14 69.24 198.52 -
System Red Green Blue C M Y K H S L
Decimal 235 106 32 0 0.55 0.86 0.08 21.87 0.84 0.52
Hex EB 6A 20 0 37 56 8 16 54 34
Octal 353 152 40 0 67 126 10 26 124 64
Binary 11101011 1101010 100000 0 110111 1010110 1000 10110 1010100 110100

Color Harmonies of #EB6A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A20

Black with #EB6A20

Text Example


Text Example

White with #EB6A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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