Html Css Color HEX #E27355 Terra Cotta

📋 copy color: '#E27355'

red 226 ◦ green 115 ◦ blue 85

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

Shades of Terra Cotta #E27355

Tints of Terra Cotta #E27355

RGB

 RED value IS 226 (88.67% from 255) = 53.05%

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

 BLUE value IS 85 (33.59% from 255) = 19.95%

R = 53.05%
G = 27%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E27355 (or 0xE27355) is known color: Terra Cotta. HEX triplet: E2, 73 and 55. RGB value is (226,115,85). Sum of RGB (Red+Green+Blue) = 226+115+85=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E27355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27355 is #1D8CAA. Grayscale: #909090. Windows color (decimal): -1936555 or 5600226. OLE color: 5600226.

HSL color Cylindrical-coordinate representation of color #E27355: hue angle of 12.77º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E27355 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 115 85 -
CMYK 0 0.49 0.62 0.11
HSL 12.77º 0.71% 0.61% -
HSV(B) 12.77º 0.62% 0.89% -
XYZ 39.13 29.09 12.15 -
YUV 144.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 226 115 85 0 0.49 0.62 0.11 12.77 0.71 0.61
Hex E2 73 55 0 31 3E B D 47 3D
Octal 342 163 125 0 61 76 13 15 107 75
Binary 11100010 1110011 1010101 0 110001 111110 1011 1101 1000111 111101

Color Harmonies of #E27355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27355

Black with #E27355

Text Example


Text Example

White with #E27355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27355; }

 p { color: rgb(226,115,85); }

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

background-color css

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

 a { background-color: rgb(226,115,85); }

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

border-color css

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

 span { border-color: rgb(226,115,85); }

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