Html Css Color HEX #E07B5A Terra Cotta

📋 copy color: '#E07B5A'

red 224 ◦ green 123 ◦ blue 90

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

Shades of Terra Cotta #E07B5A

Tints of Terra Cotta #E07B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.59%

R = 51.26%
G = 28.15%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E07B5A (or 0xE07B5A) is known color: Terra Cotta. HEX triplet: E0, 7B and 5A. RGB value is (224,123,90). Sum of RGB (Red+Green+Blue) = 224+123+90=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B5A is #1F84A5. Grayscale: #959595. Windows color (decimal): -2065574 or 5929952. OLE color: 5929952.

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

Color convert

RGB 224 123 90 -
CMYK 0 0.45 0.60 0.12
HSL 14.78º 0.68% 0.62% -
HSV(B) 14.78º 0.6% 0.88% -
XYZ 39.67 30.75 13.52 -
YUV 149.44 94.46 181.18 -
System Red Green Blue C M Y K H S L
Decimal 224 123 90 0 0.45 0.60 0.12 14.78 0.68 0.62
Hex E0 7B 5A 0 2D 3C C F 44 3E
Octal 340 173 132 0 55 74 14 17 104 76
Binary 11100000 1111011 1011010 0 101101 111100 1100 1111 1000100 111110

Color Harmonies of #E07B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07B5A

Black with #E07B5A

Text Example


Text Example

White with #E07B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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