Html Css Color HEX #EB665C Terra Cotta

📋 copy color: '#EB665C'

red 235 ◦ green 102 ◦ blue 92

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

Shades of Terra Cotta #EB665C

Tints of Terra Cotta #EB665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.45%

R = 54.78%
G = 23.78%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB665C (or 0xEB665C) is known color: Terra Cotta. HEX triplet: EB, 66 and 5C. RGB value is (235,102,92). Sum of RGB (Red+Green+Blue) = 235+102+92=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB665C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB665C is #1499A3. Grayscale: #8C8C8C. Windows color (decimal): -1350052 or 6055659. OLE color: 6055659.

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

Color convert

RGB 235 102 92 -
CMYK 0 0.57 0.61 0.08
HSL 4.2º 0.78% 0.64% -
HSV(B) 4.2º 0.61% 0.92% -
XYZ 40.94 27.94 13.36 -
YUV 140.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 235 102 92 0 0.57 0.61 0.08 4.2 0.78 0.64
Hex EB 66 5C 0 39 3D 8 4 4E 40
Octal 353 146 134 0 71 75 10 4 116 100
Binary 11101011 1100110 1011100 0 111001 111101 1000 100 1001110 1000000

Color Harmonies of #EB665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB665C

Black with #EB665C

Text Example


Text Example

White with #EB665C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB665C; }

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

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

background-color css

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

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

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

border-color css

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

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

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