Html Css Color HEX #EB755E Terra Cotta

📋 copy color: '#EB755E'

red 235 ◦ green 117 ◦ blue 94

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

Shades of Terra Cotta #EB755E

Tints of Terra Cotta #EB755E

RGB

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

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

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

R = 52.69%
G = 26.23%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB755E (or 0xEB755E) is known color: Terra Cotta. HEX triplet: EB, 75 and 5E. RGB value is (235,117,94). Sum of RGB (Red+Green+Blue) = 235+117+94=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB755E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB755E is #148AA1. Grayscale: #959595. Windows color (decimal): -1346210 or 6190571. OLE color: 6190571.

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

Color convert

RGB 235 117 94 -
CMYK 0 0.50 0.6 0.08
HSL 9.79º 0.78% 0.65% -
HSV(B) 9.79º 0.6% 0.92% -
XYZ 42.64 31.19 14.36 -
YUV 149.66 96.59 188.87 -
System Red Green Blue C M Y K H S L
Decimal 235 117 94 0 0.50 0.6 0.08 9.79 0.78 0.65
Hex EB 75 5E 0 32 3C 8 A 4E 41
Octal 353 165 136 0 62 74 10 12 116 101
Binary 11101011 1110101 1011110 0 110010 111100 1000 1010 1001110 1000001

Color Harmonies of #EB755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB755E

Black with #EB755E

Text Example


Text Example

White with #EB755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB755E; }

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

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

background-color css

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

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

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

border-color css

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

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

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