Html Css Color HEX #EC681F Tahiti Gold

📋 copy color: '#EC681F'

red 236 ◦ green 104 ◦ blue 31

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

Shades of Tahiti Gold #EC681F

Tints of Tahiti Gold #EC681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

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

R = 63.61%
G = 28.03%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC681F (or 0xEC681F) is known color: Tahiti Gold. HEX triplet: EC, 68 and 1F. RGB value is (236,104,31). Sum of RGB (Red+Green+Blue) = 236+104+31=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC681F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC681F is #1397E0. Grayscale: #878787. Windows color (decimal): -1284065 or 2058476. OLE color: 2058476.

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

Color convert

RGB 236 104 31 -
CMYK 0 0.56 0.87 0.07
HSL 21.37º 0.84% 0.52% -
HSV(B) 21.37º 0.87% 0.93% -
XYZ 39.79 27.83 4.57 -
YUV 135.15 69.23 199.94 -
System Red Green Blue C M Y K H S L
Decimal 236 104 31 0 0.56 0.87 0.07 21.37 0.84 0.52
Hex EC 68 1F 0 38 57 7 15 54 34
Octal 354 150 37 0 70 127 7 25 124 64
Binary 11101100 1101000 11111 0 111000 1010111 111 10101 1010100 110100

Color Harmonies of #EC681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC681F

Black with #EC681F

Text Example


Text Example

White with #EC681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC681F; }

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

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

background-color css

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

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

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

border-color css

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

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

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