Html Css Color HEX #EC711F Tahiti Gold

📋 copy color: '#EC711F'

red 236 ◦ green 113 ◦ blue 31

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

Shades of Tahiti Gold #EC711F

Tints of Tahiti Gold #EC711F

RGB

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

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

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

R = 62.11%
G = 29.74%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC711F (or 0xEC711F) is known color: Tahiti Gold. HEX triplet: EC, 71 and 1F. RGB value is (236,113,31). Sum of RGB (Red+Green+Blue) = 236+113+31=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC711F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC711F is #138EE0. Grayscale: #8C8C8C. Windows color (decimal): -1281761 or 2060780. OLE color: 2060780.

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

Color convert

RGB 236 113 31 -
CMYK 0 0.52 0.87 0.07
HSL 24º 0.84% 0.52% -
HSV(B) 24º 0.87% 0.93% -
XYZ 40.74 29.74 4.89 -
YUV 140.43 66.25 196.17 -
System Red Green Blue C M Y K H S L
Decimal 236 113 31 0 0.52 0.87 0.07 24 0.84 0.52
Hex EC 71 1F 0 34 57 7 18 54 34
Octal 354 161 37 0 64 127 7 30 124 64
Binary 11101100 1110001 11111 0 110100 1010111 111 11000 1010100 110100

Color Harmonies of #EC711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC711F

Black with #EC711F

Text Example


Text Example

White with #EC711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC711F; }

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

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

background-color css

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

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

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

border-color css

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

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

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