Html Css Color HEX #EC6B5B Terra Cotta

📋 copy color: '#EC6B5B'

red 236 ◦ green 107 ◦ blue 91

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

Shades of Terra Cotta #EC6B5B

Tints of Terra Cotta #EC6B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.65%

 BLUE value IS 91 (35.94% from 255) = 20.97%

R = 54.38%
G = 24.65%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC6B5B (or 0xEC6B5B) is known color: Terra Cotta. HEX triplet: EC, 6B and 5B. RGB value is (236,107,91). Sum of RGB (Red+Green+Blue) = 236+107+91=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B5B is #1394A4. Grayscale: #8F8F8F. Windows color (decimal): -1283237 or 5991404. OLE color: 5991404.

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

Color convert

RGB 236 107 91 -
CMYK 0 0.55 0.61 0.07
HSL 6.62º 0.79% 0.64% -
HSV(B) 6.62º 0.61% 0.93% -
XYZ 41.74 29.1 13.32 -
YUV 143.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 236 107 91 0 0.55 0.61 0.07 6.62 0.79 0.64
Hex EC 6B 5B 0 37 3D 7 7 4F 40
Octal 354 153 133 0 67 75 7 7 117 100
Binary 11101100 1101011 1011011 0 110111 111101 111 111 1001111 1000000

Color Harmonies of #EC6B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B5B

Black with #EC6B5B

Text Example


Text Example

White with #EC6B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6B5B; }

 p { color: rgb(236,107,91); }

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

background-color css

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

 a { background-color: rgb(236,107,91); }

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

border-color css

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

 span { border-color: rgb(236,107,91); }

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