Html Css Color HEX #EE675A Terra Cotta

📋 copy color: '#EE675A'

red 238 ◦ green 103 ◦ blue 90

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

Shades of Terra Cotta #EE675A

Tints of Terra Cotta #EE675A

RGB

 RED value IS 238 (93.36% from 255) = 55.22%

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

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

R = 55.22%
G = 23.9%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE675A (or 0xEE675A) is known color: Terra Cotta. HEX triplet: EE, 67 and 5A. RGB value is (238,103,90). Sum of RGB (Red+Green+Blue) = 238+103+90=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE675A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE675A is #1198A5. Grayscale: #8E8E8E. Windows color (decimal): -1153190 or 5924846. OLE color: 5924846.

HSL color Cylindrical-coordinate representation of color #EE675A: hue angle of 5.27º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE675A is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 103 90 -
CMYK 0 0.57 0.62 0.07
HSL 5.27º 0.81% 0.64% -
HSV(B) 5.27º 0.62% 0.93% -
XYZ 41.96 28.62 12.98 -
YUV 141.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 238 103 90 0 0.57 0.62 0.07 5.27 0.81 0.64
Hex EE 67 5A 0 39 3E 7 5 51 40
Octal 356 147 132 0 71 76 7 5 121 100
Binary 11101110 1100111 1011010 0 111001 111110 111 101 1010001 1000000

Color Harmonies of #EE675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE675A

Black with #EE675A

Text Example


Text Example

White with #EE675A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE675A; }

 p { color: rgb(238,103,90); }

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

background-color css

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

 a { background-color: rgb(238,103,90); }

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

border-color css

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

 span { border-color: rgb(238,103,90); }

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