Html Css Color HEX #EB7C65 Terra Cotta

📋 copy color: '#EB7C65'

red 235 ◦ green 124 ◦ blue 101

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

Shades of Terra Cotta #EB7C65

Tints of Terra Cotta #EB7C65

RGB

 RED value IS 235 (92.19% from 255) = 51.09%

 GREEN value IS 124 (48.83% from 255) = 26.96%

 BLUE value IS 101 (39.84% from 255) = 21.96%

R = 51.09%
G = 26.96%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB7C65 (or 0xEB7C65) is known color: Terra Cotta. HEX triplet: EB, 7C and 65. RGB value is (235,124,101). Sum of RGB (Red+Green+Blue) = 235+124+101=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7C65 is #14839A. Grayscale: #9A9A9A. Windows color (decimal): -1344411 or 6651115. OLE color: 6651115.

HSL color Cylindrical-coordinate representation of color #EB7C65: hue angle of 10.3º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB7C65 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 124 101 -
CMYK 0 0.47 0.57 0.08
HSL 10.3º 0.77% 0.66% -
HSV(B) 10.3º 0.57% 0.92% -
XYZ 43.82 33.02 16.38 -
YUV 154.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 235 124 101 0 0.47 0.57 0.08 10.3 0.77 0.66
Hex EB 7C 65 0 2F 39 8 A 4D 42
Octal 353 174 145 0 57 71 10 12 115 102
Binary 11101011 1111100 1100101 0 101111 111001 1000 1010 1001101 1000010

Color Harmonies of #EB7C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7C65

Black with #EB7C65

Text Example


Text Example

White with #EB7C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7C65; }

 p { color: rgb(235,124,101); }

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

background-color css

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

 a { background-color: rgb(235,124,101); }

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

border-color css

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

 span { border-color: rgb(235,124,101); }

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