Html Css Color HEX #EB7D64 Terra Cotta

📋 copy color: '#EB7D64'

red 235 ◦ green 125 ◦ blue 100

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

Shades of Terra Cotta #EB7D64

Tints of Terra Cotta #EB7D64

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.17%

 BLUE value IS 100 (39.45% from 255) = 21.74%

R = 51.09%
G = 27.17%
B = 21.74%

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

#EB7D64 (or 0xEB7D64) is known color: Terra Cotta. HEX triplet: EB, 7D and 64. RGB value is (235,125,100). Sum of RGB (Red+Green+Blue) = 235+125+100=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7D64 is #14829B. Grayscale: #9B9B9B. Windows color (decimal): -1344156 or 6585835. OLE color: 6585835.

HSL color Cylindrical-coordinate representation of color #EB7D64: hue angle of 11.11º 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 #EB7D64 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 125 100 -
CMYK 0 0.47 0.57 0.08
HSL 11.11º 0.77% 0.66% -
HSV(B) 11.11º 0.57% 0.92% -
XYZ 43.89 33.25 16.16 -
YUV 155.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 235 125 100 0 0.47 0.57 0.08 11.11 0.77 0.66
Hex EB 7D 64 0 2F 39 8 B 4D 42
Octal 353 175 144 0 57 71 10 13 115 102
Binary 11101011 1111101 1100100 0 101111 111001 1000 1011 1001101 1000010

Color Harmonies of #EB7D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D64

Black with #EB7D64

Text Example


Text Example

White with #EB7D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D64; }

 p { color: rgb(235,125,100); }

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

background-color css

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

 a { background-color: rgb(235,125,100); }

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

border-color css

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

 span { border-color: rgb(235,125,100); }

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