Html Css Color HEX #EC6D20 Tahiti Gold

📋 copy color: '#EC6D20'

red 236 ◦ green 109 ◦ blue 32

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

Shades of Tahiti Gold #EC6D20

Tints of Tahiti Gold #EC6D20

RGB

 RED value IS 236 (92.58% from 255) = 62.6%

 GREEN value IS 109 (42.97% from 255) = 28.91%

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

R = 62.6%
G = 28.91%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC6D20 (or 0xEC6D20) is known color: Tahiti Gold. HEX triplet: EC, 6D and 20. RGB value is (236,109,32). Sum of RGB (Red+Green+Blue) = 236+109+32=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6D20 is #1392DF. Grayscale: #8A8A8A. Windows color (decimal): -1282784 or 2125292. OLE color: 2125292.

HSL color Cylindrical-coordinate representation of color #EC6D20: hue angle of 22.65º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC6D20 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 109 32 -
CMYK 0 0.54 0.86 0.07
HSL 22.65º 0.84% 0.53% -
HSV(B) 22.65º 0.86% 0.93% -
XYZ 40.32 28.87 4.81 -
YUV 138.2 68.08 197.76 -
System Red Green Blue C M Y K H S L
Decimal 236 109 32 0 0.54 0.86 0.07 22.65 0.84 0.53
Hex EC 6D 20 0 36 56 7 17 54 35
Octal 354 155 40 0 66 126 7 27 124 65
Binary 11101100 1101101 100000 0 110110 1010110 111 10111 1010100 110101

Color Harmonies of #EC6D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6D20

Black with #EC6D20

Text Example


Text Example

White with #EC6D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6D20; }

 p { color: rgb(236,109,32); }

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

background-color css

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

 a { background-color: rgb(236,109,32); }

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

border-color css

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

 span { border-color: rgb(236,109,32); }

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