Html Css Color HEX #EC742F Tahiti Gold

📋 copy color: '#EC742F'

red 236 ◦ green 116 ◦ blue 47

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

Shades of Tahiti Gold #EC742F

Tints of Tahiti Gold #EC742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.07%

 BLUE value IS 47 (18.75% from 255) = 11.78%

R = 59.15%
G = 29.07%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC742F (or 0xEC742F) is known color: Tahiti Gold. HEX triplet: EC, 74 and 2F. RGB value is (236,116,47). Sum of RGB (Red+Green+Blue) = 236+116+47=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC742F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC742F is #138BD0. Grayscale: #909090. Windows color (decimal): -1280977 or 3110124. OLE color: 3110124.

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

Color convert

RGB 236 116 47 -
CMYK 0 0.51 0.80 0.07
HSL 21.9º 0.83% 0.55% -
HSV(B) 21.9º 0.8% 0.93% -
XYZ 41.35 30.53 6.4 -
YUV 144.01 73.26 193.61 -
System Red Green Blue C M Y K H S L
Decimal 236 116 47 0 0.51 0.80 0.07 21.9 0.83 0.55
Hex EC 74 2F 0 33 50 7 16 53 37
Octal 354 164 57 0 63 120 7 26 123 67
Binary 11101100 1110100 101111 0 110011 1010000 111 10110 1010011 110111

Color Harmonies of #EC742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC742F

Black with #EC742F

Text Example


Text Example

White with #EC742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC742F; }

 p { color: rgb(236,116,47); }

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

background-color css

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

 a { background-color: rgb(236,116,47); }

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

border-color css

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

 span { border-color: rgb(236,116,47); }

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