Html Css Color HEX #EC721F Tahiti Gold

📋 copy color: '#EC721F'

red 236 ◦ green 114 ◦ blue 31

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

Shades of Tahiti Gold #EC721F

Tints of Tahiti Gold #EC721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

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

R = 61.94%
G = 29.92%
B = 8.14%

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

#EC721F (or 0xEC721F) is known color: Tahiti Gold. HEX triplet: EC, 72 and 1F. RGB value is (236,114,31). Sum of RGB (Red+Green+Blue) = 236+114+31=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC721F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC721F is #138DE0. Grayscale: #8D8D8D. Windows color (decimal): -1281505 or 2061036. OLE color: 2061036.

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

Color convert

RGB 236 114 31 -
CMYK 0 0.52 0.87 0.07
HSL 24.29º 0.84% 0.52% -
HSV(B) 24.29º 0.87% 0.93% -
XYZ 40.86 29.97 4.93 -
YUV 141.02 65.92 195.75 -
System Red Green Blue C M Y K H S L
Decimal 236 114 31 0 0.52 0.87 0.07 24.29 0.84 0.52
Hex EC 72 1F 0 34 57 7 18 54 34
Octal 354 162 37 0 64 127 7 30 124 64
Binary 11101100 1110010 11111 0 110100 1010111 111 11000 1010100 110100

Color Harmonies of #EC721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC721F

Black with #EC721F

Text Example


Text Example

White with #EC721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC721F; }

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

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

background-color css

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

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

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

border-color css

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

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

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