Html Css Color HEX #EE685B Terra Cotta

📋 copy color: '#EE685B'

red 238 ◦ green 104 ◦ blue 91

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

Shades of Terra Cotta #EE685B

Tints of Terra Cotta #EE685B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.02%

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

R = 54.97%
G = 24.02%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE685B (or 0xEE685B) is known color: Terra Cotta. HEX triplet: EE, 68 and 5B. RGB value is (238,104,91). Sum of RGB (Red+Green+Blue) = 238+104+91=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE685B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE685B is #1197A4. Grayscale: #8E8E8E. Windows color (decimal): -1152933 or 5990638. OLE color: 5990638.

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

Color convert

RGB 238 104 91 -
CMYK 0 0.56 0.62 0.07
HSL 5.31º 0.81% 0.65% -
HSV(B) 5.31º 0.62% 0.93% -
XYZ 42.1 28.83 13.24 -
YUV 142.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 238 104 91 0 0.56 0.62 0.07 5.31 0.81 0.65
Hex EE 68 5B 0 38 3E 7 5 51 41
Octal 356 150 133 0 70 76 7 5 121 101
Binary 11101110 1101000 1011011 0 111000 111110 111 101 1010001 1000001

Color Harmonies of #EE685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE685B

Black with #EE685B

Text Example


Text Example

White with #EE685B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE685B; }

 p { color: rgb(238,104,91); }

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

background-color css

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

 a { background-color: rgb(238,104,91); }

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

border-color css

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

 span { border-color: rgb(238,104,91); }

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