Html Css Color HEX #ED675E Terra Cotta

📋 copy color: '#ED675E'

red 237 ◦ green 103 ◦ blue 94

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

Shades of Terra Cotta #ED675E

Tints of Terra Cotta #ED675E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.66%

R = 54.61%
G = 23.73%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED675E (or 0xED675E) is known color: Terra Cotta. HEX triplet: ED, 67 and 5E. RGB value is (237,103,94). Sum of RGB (Red+Green+Blue) = 237+103+94=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED675E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED675E is #1298A1. Grayscale: #8E8E8E. Windows color (decimal): -1218722 or 6186989. OLE color: 6186989.

HSL color Cylindrical-coordinate representation of color #ED675E: hue angle of 3.78º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED675E is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 103 94 -
CMYK 0 0.57 0.60 0.07
HSL 3.78º 0.8% 0.65% -
HSV(B) 3.78º 0.6% 0.93% -
XYZ 41.8 28.51 13.89 -
YUV 142.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 237 103 94 0 0.57 0.60 0.07 3.78 0.8 0.65
Hex ED 67 5E 0 39 3C 7 4 50 41
Octal 355 147 136 0 71 74 7 4 120 101
Binary 11101101 1100111 1011110 0 111001 111100 111 100 1010000 1000001

Color Harmonies of #ED675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED675E

Black with #ED675E

Text Example


Text Example

White with #ED675E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED675E; }

 p { color: rgb(237,103,94); }

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

background-color css

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

 a { background-color: rgb(237,103,94); }

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

border-color css

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

 span { border-color: rgb(237,103,94); }

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