Html Css Color HEX #EB755B Terra Cotta

📋 copy color: '#EB755B'

red 235 ◦ green 117 ◦ blue 91

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

Shades of Terra Cotta #EB755B

Tints of Terra Cotta #EB755B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.54%

R = 53.05%
G = 26.41%
B = 20.54%

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

#EB755B (or 0xEB755B) is known color: Terra Cotta. HEX triplet: EB, 75 and 5B. RGB value is (235,117,91). Sum of RGB (Red+Green+Blue) = 235+117+91=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB755B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB755B is #148AA4. Grayscale: #959595. Windows color (decimal): -1346213 or 5993963. OLE color: 5993963.

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

Color convert

RGB 235 117 91 -
CMYK 0 0.50 0.61 0.08
HSL 10.83º 0.78% 0.64% -
HSV(B) 10.83º 0.61% 0.92% -
XYZ 42.51 31.14 13.67 -
YUV 149.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 235 117 91 0 0.50 0.61 0.08 10.83 0.78 0.64
Hex EB 75 5B 0 32 3D 8 B 4E 40
Octal 353 165 133 0 62 75 10 13 116 100
Binary 11101011 1110101 1011011 0 110010 111101 1000 1011 1001110 1000000

Color Harmonies of #EB755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB755B

Black with #EB755B

Text Example


Text Example

White with #EB755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB755B; }

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

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

background-color css

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

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

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

border-color css

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

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

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