Html Css Color HEX #EC702A Tahiti Gold

📋 copy color: '#EC702A'

red 236 ◦ green 112 ◦ blue 42

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

Shades of Tahiti Gold #EC702A

Tints of Tahiti Gold #EC702A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

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

R = 60.51%
G = 28.72%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC702A (or 0xEC702A) is known color: Tahiti Gold. HEX triplet: EC, 70 and 2A. RGB value is (236,112,42). Sum of RGB (Red+Green+Blue) = 236+112+42=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC702A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC702A is #138FD5. Grayscale: #8D8D8D. Windows color (decimal): -1282006 or 2781420. OLE color: 2781420.

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

Color convert

RGB 236 112 42 -
CMYK 0 0.53 0.82 0.07
HSL 21.65º 0.84% 0.55% -
HSV(B) 21.65º 0.82% 0.93% -
XYZ 40.8 29.59 5.75 -
YUV 141.1 72.08 195.69 -
System Red Green Blue C M Y K H S L
Decimal 236 112 42 0 0.53 0.82 0.07 21.65 0.84 0.55
Hex EC 70 2A 0 35 52 7 16 54 37
Octal 354 160 52 0 65 122 7 26 124 67
Binary 11101100 1110000 101010 0 110101 1010010 111 10110 1010100 110111

Color Harmonies of #EC702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC702A

Black with #EC702A

Text Example


Text Example

White with #EC702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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