Html Css Color HEX #EC682A Tahiti Gold

📋 copy color: '#EC682A'

red 236 ◦ green 104 ◦ blue 42

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

Shades of Tahiti Gold #EC682A

Tints of Tahiti Gold #EC682A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.99%

R = 61.78%
G = 27.23%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC682A (or 0xEC682A) is known color: Tahiti Gold. HEX triplet: EC, 68 and 2A. RGB value is (236,104,42). Sum of RGB (Red+Green+Blue) = 236+104+42=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC682A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC682A is #1397D5. Grayscale: #888888. Windows color (decimal): -1284054 or 2779372. OLE color: 2779372.

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

Color convert

RGB 236 104 42 -
CMYK 0 0.56 0.82 0.07
HSL 19.18º 0.84% 0.55% -
HSV(B) 19.18º 0.82% 0.93% -
XYZ 39.96 27.9 5.47 -
YUV 136.4 74.73 199.04 -
System Red Green Blue C M Y K H S L
Decimal 236 104 42 0 0.56 0.82 0.07 19.18 0.84 0.55
Hex EC 68 2A 0 38 52 7 13 54 37
Octal 354 150 52 0 70 122 7 23 124 67
Binary 11101100 1101000 101010 0 111000 1010010 111 10011 1010100 110111

Color Harmonies of #EC682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC682A

Black with #EC682A

Text Example


Text Example

White with #EC682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC682A; }

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

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

background-color css

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

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

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

border-color css

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

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

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