Html Css Color HEX #E06B55 Terra Cotta

📋 copy color: '#E06B55'

red 224 ◦ green 107 ◦ blue 85

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

Shades of Terra Cotta #E06B55

Tints of Terra Cotta #E06B55

RGB

 RED value IS 224 (87.89% from 255) = 53.85%

 GREEN value IS 107 (42.19% from 255) = 25.72%

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

R = 53.85%
G = 25.72%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E06B55 (or 0xE06B55) is known color: Terra Cotta. HEX triplet: E0, 6B and 55. RGB value is (224,107,85). Sum of RGB (Red+Green+Blue) = 224+107+85=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B55 is #1F94AA. Grayscale: #8B8B8B. Windows color (decimal): -2069675 or 5598176. OLE color: 5598176.

HSL color Cylindrical-coordinate representation of color #E06B55: hue angle of 9.5º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E06B55 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 107 85 -
CMYK 0 0.52 0.62 0.12
HSL 9.5º 0.69% 0.61% -
HSV(B) 9.5º 0.62% 0.88% -
XYZ 37.64 27.02 11.83 -
YUV 139.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 224 107 85 0 0.52 0.62 0.12 9.5 0.69 0.61
Hex E0 6B 55 0 34 3E C 9 45 3D
Octal 340 153 125 0 64 76 14 11 105 75
Binary 11100000 1101011 1010101 0 110100 111110 1100 1001 1000101 111101

Color Harmonies of #E06B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06B55

Black with #E06B55

Text Example


Text Example

White with #E06B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06B55; }

 p { color: rgb(224,107,85); }

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

background-color css

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

 a { background-color: rgb(224,107,85); }

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

border-color css

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

 span { border-color: rgb(224,107,85); }

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