Html Css Color HEX #EB7D65 Terra Cotta

📋 copy color: '#EB7D65'

red 235 ◦ green 125 ◦ blue 101

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

Shades of Terra Cotta #EB7D65

Tints of Terra Cotta #EB7D65

RGB

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

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

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

R = 50.98%
G = 27.11%
B = 21.91%

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

#EB7D65 (or 0xEB7D65) is known color: Terra Cotta. HEX triplet: EB, 7D and 65. RGB value is (235,125,101). Sum of RGB (Red+Green+Blue) = 235+125+101=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7D65 is #14829A. Grayscale: #9B9B9B. Windows color (decimal): -1344155 or 6651371. OLE color: 6651371.

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

Color convert

RGB 235 125 101 -
CMYK 0 0.47 0.57 0.08
HSL 10.75º 0.77% 0.66% -
HSV(B) 10.75º 0.57% 0.92% -
XYZ 43.94 33.27 16.42 -
YUV 155.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 235 125 101 0 0.47 0.57 0.08 10.75 0.77 0.66
Hex EB 7D 65 0 2F 39 8 B 4D 42
Octal 353 175 145 0 57 71 10 13 115 102
Binary 11101011 1111101 1100101 0 101111 111001 1000 1011 1001101 1000010

Color Harmonies of #EB7D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D65

Black with #EB7D65

Text Example


Text Example

White with #EB7D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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