Html Css Color HEX #E07B5B Terra Cotta

📋 copy color: '#E07B5B'

red 224 ◦ green 123 ◦ blue 91

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

Shades of Terra Cotta #E07B5B

Tints of Terra Cotta #E07B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.08%

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

R = 51.14%
G = 28.08%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E07B5B (or 0xE07B5B) is known color: Terra Cotta. HEX triplet: E0, 7B and 5B. RGB value is (224,123,91). Sum of RGB (Red+Green+Blue) = 224+123+91=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B5B is #1F84A4. Grayscale: #959595. Windows color (decimal): -2065573 or 5995488. OLE color: 5995488.

HSL color Cylindrical-coordinate representation of color #E07B5B: hue angle of 14.44º 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 #E07B5B is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 123 91 -
CMYK 0 0.45 0.59 0.12
HSL 14.44º 0.68% 0.62% -
HSV(B) 14.44º 0.59% 0.88% -
XYZ 39.71 30.77 13.74 -
YUV 149.55 94.96 181.1 -
System Red Green Blue C M Y K H S L
Decimal 224 123 91 0 0.45 0.59 0.12 14.44 0.68 0.62
Hex E0 7B 5B 0 2D 3B C E 44 3E
Octal 340 173 133 0 55 73 14 16 104 76
Binary 11100000 1111011 1011011 0 101101 111011 1100 1110 1000100 111110

Color Harmonies of #E07B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07B5B

Black with #E07B5B

Text Example


Text Example

White with #E07B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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