Html Css Color HEX #EB755C Terra Cotta

📋 copy color: '#EB755C'

red 235 ◦ green 117 ◦ blue 92

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

Shades of Terra Cotta #EB755C

Tints of Terra Cotta #EB755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

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

R = 52.93%
G = 26.35%
B = 20.72%

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

#EB755C (or 0xEB755C) is known color: Terra Cotta. HEX triplet: EB, 75 and 5C. RGB value is (235,117,92). Sum of RGB (Red+Green+Blue) = 235+117+92=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB755C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB755C is #148AA3. Grayscale: #959595. Windows color (decimal): -1346212 or 6059499. OLE color: 6059499.

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

Color convert

RGB 235 117 92 -
CMYK 0 0.50 0.61 0.08
HSL 10.49º 0.78% 0.64% -
HSV(B) 10.49º 0.61% 0.92% -
XYZ 42.55 31.16 13.9 -
YUV 149.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 235 117 92 0 0.50 0.61 0.08 10.49 0.78 0.64
Hex EB 75 5C 0 32 3D 8 A 4E 40
Octal 353 165 134 0 62 75 10 12 116 100
Binary 11101011 1110101 1011100 0 110010 111101 1000 1010 1001110 1000000

Color Harmonies of #EB755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB755C

Black with #EB755C

Text Example


Text Example

White with #EB755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB755C; }

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

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

background-color css

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

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

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

border-color css

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

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

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