Html Css Color HEX #E6735B Terra Cotta

📋 copy color: '#E6735B'

red 230 ◦ green 115 ◦ blue 91

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

Shades of Terra Cotta #E6735B

Tints of Terra Cotta #E6735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.38%

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

R = 52.75%
G = 26.38%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6735B (or 0xE6735B) is known color: Terra Cotta. HEX triplet: E6, 73 and 5B. RGB value is (230,115,91). Sum of RGB (Red+Green+Blue) = 230+115+91=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6735B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6735B is #198CA4. Grayscale: #929292. Windows color (decimal): -1674405 or 5993446. OLE color: 5993446.

HSL color Cylindrical-coordinate representation of color #E6735B: hue angle of 10.36º 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 #E6735B is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 115 91 -
CMYK 0 0.5 0.60 0.10
HSL 10.36º 0.74% 0.63% -
HSV(B) 10.36º 0.6% 0.9% -
XYZ 40.65 29.84 13.51 -
YUV 146.65 96.6 187.45 -
System Red Green Blue C M Y K H S L
Decimal 230 115 91 0 0.5 0.60 0.10 10.36 0.74 0.63
Hex E6 73 5B 0 32 3C A A 4A 3F
Octal 346 163 133 0 62 74 12 12 112 77
Binary 11100110 1110011 1011011 0 110010 111100 1010 1010 1001010 111111

Color Harmonies of #E6735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6735B

Black with #E6735B

Text Example


Text Example

White with #E6735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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