Html Css Color HEX #EF7362 Terra Cotta

📋 copy color: '#EF7362'

red 239 ◦ green 115 ◦ blue 98

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

Shades of Terra Cotta #EF7362

Tints of Terra Cotta #EF7362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.68%

R = 52.88%
G = 25.44%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF7362 (or 0xEF7362) is known color: Terra Cotta. HEX triplet: EF, 73 and 62. RGB value is (239,115,98). Sum of RGB (Red+Green+Blue) = 239+115+98=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7362 is #108C9D. Grayscale: #969696. Windows color (decimal): -1084574 or 6452207. OLE color: 6452207.

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

Color convert

RGB 239 115 98 -
CMYK 0 0.52 0.59 0.06
HSL 7.23º 0.82% 0.66% -
HSV(B) 7.23º 0.59% 0.94% -
XYZ 43.93 31.49 15.32 -
YUV 150.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 239 115 98 0 0.52 0.59 0.06 7.23 0.82 0.66
Hex EF 73 62 0 34 3B 6 7 52 42
Octal 357 163 142 0 64 73 6 7 122 102
Binary 11101111 1110011 1100010 0 110100 111011 110 111 1010010 1000010

Color Harmonies of #EF7362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7362

Black with #EF7362

Text Example


Text Example

White with #EF7362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7362; }

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

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

background-color css

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

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

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

border-color css

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

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

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