Html Css Color HEX #EA675D Terra Cotta

📋 copy color: '#EA675D'

red 234 ◦ green 103 ◦ blue 93

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

Shades of Terra Cotta #EA675D

Tints of Terra Cotta #EA675D

RGB

 RED value IS 234 (91.8% from 255) = 54.42%

 GREEN value IS 103 (40.63% from 255) = 23.95%

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 54.42%
G = 23.95%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA675D (or 0xEA675D) is known color: Terra Cotta. HEX triplet: EA, 67 and 5D. RGB value is (234,103,93). Sum of RGB (Red+Green+Blue) = 234+103+93=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA675D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA675D is #1598A2. Grayscale: #8D8D8D. Windows color (decimal): -1415331 or 6121450. OLE color: 6121450.

HSL color Cylindrical-coordinate representation of color #EA675D: hue angle of 4.26º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA675D is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 103 93 -
CMYK 0 0.56 0.60 0.08
HSL 4.26º 0.77% 0.64% -
HSV(B) 4.26º 0.6% 0.92% -
XYZ 40.76 27.98 13.61 -
YUV 141.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 234 103 93 0 0.56 0.60 0.08 4.26 0.77 0.64
Hex EA 67 5D 0 38 3C 8 4 4D 40
Octal 352 147 135 0 70 74 10 4 115 100
Binary 11101010 1100111 1011101 0 111000 111100 1000 100 1001101 1000000

Color Harmonies of #EA675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA675D

Black with #EA675D

Text Example


Text Example

White with #EA675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA675D; }

 p { color: rgb(234,103,93); }

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

background-color css

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

 a { background-color: rgb(234,103,93); }

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

border-color css

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

 span { border-color: rgb(234,103,93); }

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