Html Css Color HEX #EC5E20 Tahiti Gold

📋 copy color: '#EC5E20'

red 236 ◦ green 94 ◦ blue 32

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

Shades of Tahiti Gold #EC5E20

Tints of Tahiti Gold #EC5E20

RGB

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

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

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

R = 65.19%
G = 25.97%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC5E20 (or 0xEC5E20) is known color: Tahiti Gold. HEX triplet: EC, 5E and 20. RGB value is (236,94,32). Sum of RGB (Red+Green+Blue) = 236+94+32=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5E20 is #13A1DF. Grayscale: #818181. Windows color (decimal): -1286624 or 2121452. OLE color: 2121452.

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

Color convert

RGB 236 94 32 -
CMYK 0 0.60 0.86 0.07
HSL 18.24º 0.84% 0.53% -
HSV(B) 18.24º 0.86% 0.93% -
XYZ 38.86 25.94 4.33 -
YUV 129.39 73.04 204.04 -
System Red Green Blue C M Y K H S L
Decimal 236 94 32 0 0.60 0.86 0.07 18.24 0.84 0.53
Hex EC 5E 20 0 3C 56 7 12 54 35
Octal 354 136 40 0 74 126 7 22 124 65
Binary 11101100 1011110 100000 0 111100 1010110 111 10010 1010100 110101

Color Harmonies of #EC5E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E20

Black with #EC5E20

Text Example


Text Example

White with #EC5E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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