Html Css Color HEX #EC5D20 Tahiti Gold

📋 copy color: '#EC5D20'

red 236 ◦ green 93 ◦ blue 32

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

Shades of Tahiti Gold #EC5D20

Tints of Tahiti Gold #EC5D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.76%

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

R = 65.37%
G = 25.76%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC5D20 (or 0xEC5D20) is known color: Tahiti Gold. HEX triplet: EC, 5D and 20. RGB value is (236,93,32). Sum of RGB (Red+Green+Blue) = 236+93+32=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5D20 is #13A2DF. Grayscale: #818181. Windows color (decimal): -1286880 or 2121196. OLE color: 2121196.

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

Color convert

RGB 236 93 32 -
CMYK 0 0.61 0.86 0.07
HSL 17.94º 0.84% 0.53% -
HSV(B) 17.94º 0.86% 0.93% -
XYZ 38.77 25.77 4.3 -
YUV 128.8 73.38 204.46 -
System Red Green Blue C M Y K H S L
Decimal 236 93 32 0 0.61 0.86 0.07 17.94 0.84 0.53
Hex EC 5D 20 0 3D 56 7 12 54 35
Octal 354 135 40 0 75 126 7 22 124 65
Binary 11101100 1011101 100000 0 111101 1010110 111 10010 1010100 110101

Color Harmonies of #EC5D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D20

Black with #EC5D20

Text Example


Text Example

White with #EC5D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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