Html Css Color HEX #EF735F Terra Cotta

📋 copy color: '#EF735F'

red 239 ◦ green 115 ◦ blue 95

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

Shades of Terra Cotta #EF735F

Tints of Terra Cotta #EF735F

RGB

 RED value IS 239 (93.75% from 255) = 53.23%

 GREEN value IS 115 (45.31% from 255) = 25.61%

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

R = 53.23%
G = 25.61%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF735F (or 0xEF735F) is known color: Terra Cotta. HEX triplet: EF, 73 and 5F. RGB value is (239,115,95). Sum of RGB (Red+Green+Blue) = 239+115+95=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF735F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF735F is #108CA0. Grayscale: #969696. Windows color (decimal): -1084577 or 6255599. OLE color: 6255599.

HSL color Cylindrical-coordinate representation of color #EF735F: hue angle of 8.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF735F is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 115 95 -
CMYK 0 0.52 0.60 0.06
HSL 8.33º 0.82% 0.65% -
HSV(B) 8.33º 0.6% 0.94% -
XYZ 43.79 31.44 14.59 -
YUV 149.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 239 115 95 0 0.52 0.60 0.06 8.33 0.82 0.65
Hex EF 73 5F 0 34 3C 6 8 52 41
Octal 357 163 137 0 64 74 6 10 122 101
Binary 11101111 1110011 1011111 0 110100 111100 110 1000 1010010 1000001

Color Harmonies of #EF735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF735F

Black with #EF735F

Text Example


Text Example

White with #EF735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF735F; }

 p { color: rgb(239,115,95); }

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

background-color css

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

 a { background-color: rgb(239,115,95); }

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

border-color css

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

 span { border-color: rgb(239,115,95); }

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