Html Css Color HEX #EC712C Tahiti Gold

📋 copy color: '#EC712C'

red 236 ◦ green 113 ◦ blue 44

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

Shades of Tahiti Gold #EC712C

Tints of Tahiti Gold #EC712C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.75%

 BLUE value IS 44 (17.58% from 255) = 11.2%

R = 60.05%
G = 28.75%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC712C (or 0xEC712C) is known color: Tahiti Gold. HEX triplet: EC, 71 and 2C. RGB value is (236,113,44). Sum of RGB (Red+Green+Blue) = 236+113+44=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC712C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC712C is #138ED3. Grayscale: #8E8E8E. Windows color (decimal): -1281748 or 2912748. OLE color: 2912748.

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

Color convert

RGB 236 113 44 -
CMYK 0 0.52 0.81 0.07
HSL 21.56º 0.83% 0.55% -
HSV(B) 21.56º 0.81% 0.93% -
XYZ 40.95 29.82 5.98 -
YUV 141.91 72.75 195.11 -
System Red Green Blue C M Y K H S L
Decimal 236 113 44 0 0.52 0.81 0.07 21.56 0.83 0.55
Hex EC 71 2C 0 34 51 7 16 53 37
Octal 354 161 54 0 64 121 7 26 123 67
Binary 11101100 1110001 101100 0 110100 1010001 111 10110 1010011 110111

Color Harmonies of #EC712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC712C

Black with #EC712C

Text Example


Text Example

White with #EC712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC712C; }

 p { color: rgb(236,113,44); }

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

background-color css

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

 a { background-color: rgb(236,113,44); }

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

border-color css

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

 span { border-color: rgb(236,113,44); }

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