Html Css Color HEX #EC7231 Tahiti Gold

📋 copy color: '#EC7231'

red 236 ◦ green 114 ◦ blue 49

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

Shades of Tahiti Gold #EC7231

Tints of Tahiti Gold #EC7231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.28%

R = 59.15%
G = 28.57%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC7231 (or 0xEC7231) is known color: Tahiti Gold. HEX triplet: EC, 72 and 31. RGB value is (236,114,49). Sum of RGB (Red+Green+Blue) = 236+114+49=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7231 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7231 is #138DCE. Grayscale: #8F8F8F. Windows color (decimal): -1281487 or 3240684. OLE color: 3240684.

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

Color convert

RGB 236 114 49 -
CMYK 0 0.52 0.79 0.07
HSL 20.86º 0.83% 0.56% -
HSV(B) 20.86º 0.79% 0.93% -
XYZ 41.16 30.09 6.54 -
YUV 143.07 74.92 194.29 -
System Red Green Blue C M Y K H S L
Decimal 236 114 49 0 0.52 0.79 0.07 20.86 0.83 0.56
Hex EC 72 31 0 34 4F 7 15 53 38
Octal 354 162 61 0 64 117 7 25 123 70
Binary 11101100 1110010 110001 0 110100 1001111 111 10101 1010011 111000

Color Harmonies of #EC7231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7231

Black with #EC7231

Text Example


Text Example

White with #EC7231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7231; }

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

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

background-color css

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

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

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

border-color css

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

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

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