Html Css Color HEX #EB765C Terra Cotta

📋 copy color: '#EB765C'

red 235 ◦ green 118 ◦ blue 92

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

Shades of Terra Cotta #EB765C

Tints of Terra Cotta #EB765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.52%

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

R = 52.81%
G = 26.52%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB765C (or 0xEB765C) is known color: Terra Cotta. HEX triplet: EB, 76 and 5C. RGB value is (235,118,92). Sum of RGB (Red+Green+Blue) = 235+118+92=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB765C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB765C is #1489A3. Grayscale: #969696. Windows color (decimal): -1345956 or 6059755. OLE color: 6059755.

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

Color convert

RGB 235 118 92 -
CMYK 0 0.50 0.61 0.08
HSL 10.91º 0.78% 0.64% -
HSV(B) 10.91º 0.61% 0.92% -
XYZ 42.67 31.39 13.94 -
YUV 150.02 95.26 188.61 -
System Red Green Blue C M Y K H S L
Decimal 235 118 92 0 0.50 0.61 0.08 10.91 0.78 0.64
Hex EB 76 5C 0 32 3D 8 B 4E 40
Octal 353 166 134 0 62 75 10 13 116 100
Binary 11101011 1110110 1011100 0 110010 111101 1000 1011 1001110 1000000

Color Harmonies of #EB765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB765C

Black with #EB765C

Text Example


Text Example

White with #EB765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB765C; }

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

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

background-color css

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

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

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

border-color css

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

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

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