Html Css Color HEX #ED685B Terra Cotta

📋 copy color: '#ED685B'

red 237 ◦ green 104 ◦ blue 91

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

Shades of Terra Cotta #ED685B

Tints of Terra Cotta #ED685B

RGB

 RED value IS 237 (92.97% from 255) = 54.86%

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

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

R = 54.86%
G = 24.07%
B = 21.06%

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

#ED685B (or 0xED685B) is known color: Terra Cotta. HEX triplet: ED, 68 and 5B. RGB value is (237,104,91). Sum of RGB (Red+Green+Blue) = 237+104+91=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED685B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED685B is #1297A4. Grayscale: #8E8E8E. Windows color (decimal): -1218469 or 5990637. OLE color: 5990637.

HSL color Cylindrical-coordinate representation of color #ED685B: hue angle of 5.34º degrees, saturation: 0.8, 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 #ED685B is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 104 91 -
CMYK 0 0.56 0.62 0.07
HSL 5.34º 0.8% 0.64% -
HSV(B) 5.34º 0.62% 0.93% -
XYZ 41.76 28.66 13.23 -
YUV 142.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 237 104 91 0 0.56 0.62 0.07 5.34 0.8 0.64
Hex ED 68 5B 0 38 3E 7 5 50 40
Octal 355 150 133 0 70 76 7 5 120 100
Binary 11101101 1101000 1011011 0 111000 111110 111 101 1010000 1000000

Color Harmonies of #ED685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED685B

Black with #ED685B

Text Example


Text Example

White with #ED685B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED685B; }

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

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

background-color css

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

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

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

border-color css

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

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

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