Html Css Color HEX #EC7267 Terra Cotta

📋 copy color: '#EC7267'

red 236 ◦ green 114 ◦ blue 103

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

Shades of Terra Cotta #EC7267

Tints of Terra Cotta #EC7267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.74%

R = 52.1%
G = 25.17%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC7267 (or 0xEC7267) is known color: Terra Cotta. HEX triplet: EC, 72 and 67. RGB value is (236,114,103). Sum of RGB (Red+Green+Blue) = 236+114+103=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7267 is #138D98. Grayscale: #959595. Windows color (decimal): -1281433 or 6779628. OLE color: 6779628.

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

Color convert

RGB 236 114 103 -
CMYK 0 0.52 0.56 0.07
HSL 4.96º 0.78% 0.66% -
HSV(B) 4.96º 0.56% 0.93% -
XYZ 43.06 30.85 16.52 -
YUV 149.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 236 114 103 0 0.52 0.56 0.07 4.96 0.78 0.66
Hex EC 72 67 0 34 38 7 5 4E 42
Octal 354 162 147 0 64 70 7 5 116 102
Binary 11101100 1110010 1100111 0 110100 111000 111 101 1001110 1000010

Color Harmonies of #EC7267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7267

Black with #EC7267

Text Example


Text Example

White with #EC7267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7267; }

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

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

background-color css

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

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

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

border-color css

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

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

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