Html Css Color HEX #EB665D Terra Cotta

📋 copy color: '#EB665D'

red 235 ◦ green 102 ◦ blue 93

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

Shades of Terra Cotta #EB665D

Tints of Terra Cotta #EB665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.72%

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 54.65%
G = 23.72%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB665D (or 0xEB665D) is known color: Terra Cotta. HEX triplet: EB, 66 and 5D. RGB value is (235,102,93). Sum of RGB (Red+Green+Blue) = 235+102+93=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB665D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB665D is #1499A2. Grayscale: #8C8C8C. Windows color (decimal): -1350051 or 6121195. OLE color: 6121195.

HSL color Cylindrical-coordinate representation of color #EB665D: hue angle of 3.8º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB665D is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 102 93 -
CMYK 0 0.57 0.60 0.08
HSL 3.8º 0.78% 0.64% -
HSV(B) 3.8º 0.6% 0.92% -
XYZ 40.99 27.96 13.59 -
YUV 140.74 101.06 195.23 -
System Red Green Blue C M Y K H S L
Decimal 235 102 93 0 0.57 0.60 0.08 3.8 0.78 0.64
Hex EB 66 5D 0 39 3C 8 4 4E 40
Octal 353 146 135 0 71 74 10 4 116 100
Binary 11101011 1100110 1011101 0 111001 111100 1000 100 1001110 1000000

Color Harmonies of #EB665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB665D

Black with #EB665D

Text Example


Text Example

White with #EB665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB665D; }

 p { color: rgb(235,102,93); }

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

background-color css

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

 a { background-color: rgb(235,102,93); }

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

border-color css

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

 span { border-color: rgb(235,102,93); }

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