Html Css Color HEX #EC601E Tahiti Gold

📋 copy color: '#EC601E'

red 236 ◦ green 96 ◦ blue 30

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

Shades of Tahiti Gold #EC601E

Tints of Tahiti Gold #EC601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

 BLUE value IS 30 (12.11% from 255) = 8.29%

R = 65.19%
G = 26.52%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC601E (or 0xEC601E) is known color: Tahiti Gold. HEX triplet: EC, 60 and 1E. RGB value is (236,96,30). Sum of RGB (Red+Green+Blue) = 236+96+30=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC601E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC601E is #139FE1. Grayscale: #828282. Windows color (decimal): -1286114 or 1990892. OLE color: 1990892.

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

Color convert

RGB 236 96 30 -
CMYK 0 0.59 0.87 0.07
HSL 19.22º 0.84% 0.52% -
HSV(B) 19.22º 0.87% 0.93% -
XYZ 39.01 26.29 4.25 -
YUV 130.34 71.38 203.37 -
System Red Green Blue C M Y K H S L
Decimal 236 96 30 0 0.59 0.87 0.07 19.22 0.84 0.52
Hex EC 60 1E 0 3B 57 7 13 54 34
Octal 354 140 36 0 73 127 7 23 124 64
Binary 11101100 1100000 11110 0 111011 1010111 111 10011 1010100 110100

Color Harmonies of #EC601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC601E

Black with #EC601E

Text Example


Text Example

White with #EC601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC601E; }

 p { color: rgb(236,96,30); }

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

background-color css

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

 a { background-color: rgb(236,96,30); }

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

border-color css

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

 span { border-color: rgb(236,96,30); }

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