Html Css Color HEX #ED755F Terra Cotta

📋 copy color: '#ED755F'

red 237 ◦ green 117 ◦ blue 95

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

Shades of Terra Cotta #ED755F

Tints of Terra Cotta #ED755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.06%

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 52.78%
G = 26.06%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED755F (or 0xED755F) is known color: Terra Cotta. HEX triplet: ED, 75 and 5F. RGB value is (237,117,95). Sum of RGB (Red+Green+Blue) = 237+117+95=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED755F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED755F is #128AA0. Grayscale: #969696. Windows color (decimal): -1215137 or 6256109. OLE color: 6256109.

HSL color Cylindrical-coordinate representation of color #ED755F: hue angle of 9.3º 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 #ED755F is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 117 95 -
CMYK 0 0.51 0.60 0.07
HSL 9.3º 0.8% 0.65% -
HSV(B) 9.3º 0.6% 0.93% -
XYZ 43.35 31.55 14.63 -
YUV 150.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 237 117 95 0 0.51 0.60 0.07 9.3 0.8 0.65
Hex ED 75 5F 0 33 3C 7 9 50 41
Octal 355 165 137 0 63 74 7 11 120 101
Binary 11101101 1110101 1011111 0 110011 111100 111 1001 1010000 1000001

Color Harmonies of #ED755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED755F

Black with #ED755F

Text Example


Text Example

White with #ED755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED755F; }

 p { color: rgb(237,117,95); }

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

background-color css

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

 a { background-color: rgb(237,117,95); }

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

border-color css

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

 span { border-color: rgb(237,117,95); }

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