Html Css Color HEX #E6755B Terra Cotta

📋 copy color: '#E6755B'

red 230 ◦ green 117 ◦ blue 91

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

Shades of Terra Cotta #E6755B

Tints of Terra Cotta #E6755B

RGB

 RED value IS 230 (90.23% from 255) = 52.51%

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

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

R = 52.51%
G = 26.71%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6755B (or 0xE6755B) is known color: Terra Cotta. HEX triplet: E6, 75 and 5B. RGB value is (230,117,91). Sum of RGB (Red+Green+Blue) = 230+117+91=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6755B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6755B is #198AA4. Grayscale: #949494. Windows color (decimal): -1673893 or 5993958. OLE color: 5993958.

HSL color Cylindrical-coordinate representation of color #E6755B: hue angle of 11.22º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6755B is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 117 91 -
CMYK 0 0.49 0.60 0.10
HSL 11.22º 0.74% 0.63% -
HSV(B) 11.22º 0.6% 0.9% -
XYZ 40.88 30.3 13.59 -
YUV 147.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 230 117 91 0 0.49 0.60 0.10 11.22 0.74 0.63
Hex E6 75 5B 0 31 3C A B 4A 3F
Octal 346 165 133 0 61 74 12 13 112 77
Binary 11100110 1110101 1011011 0 110001 111100 1010 1011 1001010 111111

Color Harmonies of #E6755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6755B

Black with #E6755B

Text Example


Text Example

White with #E6755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6755B; }

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

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

background-color css

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

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

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

border-color css

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

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

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