Html Css Color HEX #EB665E Terra Cotta

📋 copy color: '#EB665E'

red 235 ◦ green 102 ◦ blue 94

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

Shades of Terra Cotta #EB665E

Tints of Terra Cotta #EB665E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.81%

R = 54.52%
G = 23.67%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB665E (or 0xEB665E) is known color: Terra Cotta. HEX triplet: EB, 66 and 5E. RGB value is (235,102,94). Sum of RGB (Red+Green+Blue) = 235+102+94=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB665E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB665E is #1499A1. Grayscale: #8D8D8D. Windows color (decimal): -1350050 or 6186731. OLE color: 6186731.

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

Color convert

RGB 235 102 94 -
CMYK 0 0.57 0.6 0.08
HSL 3.4º 0.78% 0.65% -
HSV(B) 3.4º 0.6% 0.92% -
XYZ 41.03 27.97 13.83 -
YUV 140.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 235 102 94 0 0.57 0.6 0.08 3.4 0.78 0.65
Hex EB 66 5E 0 39 3C 8 3 4E 41
Octal 353 146 136 0 71 74 10 3 116 101
Binary 11101011 1100110 1011110 0 111001 111100 1000 11 1001110 1000001

Color Harmonies of #EB665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB665E

Black with #EB665E

Text Example


Text Example

White with #EB665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB665E; }

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

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

background-color css

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

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

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

border-color css

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

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

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