Html Css Color HEX #E06B5B Terra Cotta

📋 copy color: '#E06B5B'

red 224 ◦ green 107 ◦ blue 91

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

Shades of Terra Cotta #E06B5B

Tints of Terra Cotta #E06B5B

RGB

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

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

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

R = 53.08%
G = 25.36%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E06B5B (or 0xE06B5B) is known color: Terra Cotta. HEX triplet: E0, 6B and 5B. RGB value is (224,107,91). Sum of RGB (Red+Green+Blue) = 224+107+91=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B5B is #1F94A4. Grayscale: #8C8C8C. Windows color (decimal): -2069669 or 5991392. OLE color: 5991392.

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

Color convert

RGB 224 107 91 -
CMYK 0 0.52 0.59 0.12
HSL 7.22º 0.68% 0.62% -
HSV(B) 7.22º 0.59% 0.88% -
XYZ 37.89 27.12 13.13 -
YUV 140.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 224 107 91 0 0.52 0.59 0.12 7.22 0.68 0.62
Hex E0 6B 5B 0 34 3B C 7 44 3E
Octal 340 153 133 0 64 73 14 7 104 76
Binary 11100000 1101011 1011011 0 110100 111011 1100 111 1000100 111110

Color Harmonies of #E06B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06B5B

Black with #E06B5B

Text Example


Text Example

White with #E06B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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