Html Css Color HEX #EC601F Tahiti Gold

📋 copy color: '#EC601F'

red 236 ◦ green 96 ◦ blue 31

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

Shades of Tahiti Gold #EC601F

Tints of Tahiti Gold #EC601F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.54%

R = 65.01%
G = 26.45%
B = 8.54%

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

#EC601F (or 0xEC601F) is known color: Tahiti Gold. HEX triplet: EC, 60 and 1F. RGB value is (236,96,31). Sum of RGB (Red+Green+Blue) = 236+96+31=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC601F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC601F is #139FE0. Grayscale: #828282. Windows color (decimal): -1286113 or 2056428. OLE color: 2056428.

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

Color convert

RGB 236 96 31 -
CMYK 0 0.59 0.87 0.07
HSL 19.02º 0.84% 0.52% -
HSV(B) 19.02º 0.87% 0.93% -
XYZ 39.02 26.3 4.32 -
YUV 130.45 71.88 203.29 -
System Red Green Blue C M Y K H S L
Decimal 236 96 31 0 0.59 0.87 0.07 19.02 0.84 0.52
Hex EC 60 1F 0 3B 57 7 13 54 34
Octal 354 140 37 0 73 127 7 23 124 64
Binary 11101100 1100000 11111 0 111011 1010111 111 10011 1010100 110100

Color Harmonies of #EC601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC601F

Black with #EC601F

Text Example


Text Example

White with #EC601F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC601F; }

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

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

background-color css

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

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

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

border-color css

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

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

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