Html Css Color HEX #ED713C Jaffa

📋 copy color: '#ED713C'

red 237 ◦ green 113 ◦ blue 60

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

Shades of Jaffa #ED713C

Tints of Jaffa #ED713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.56%

 BLUE value IS 60 (23.83% from 255) = 14.63%

R = 57.8%
G = 27.56%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED713C (or 0xED713C) is known color: Jaffa. HEX triplet: ED, 71 and 3C. RGB value is (237,113,60). Sum of RGB (Red+Green+Blue) = 237+113+60=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED713C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED713C is #128EC3. Grayscale: #909090. Windows color (decimal): -1216196 or 3961325. OLE color: 3961325.

HSL color Cylindrical-coordinate representation of color #ED713C: hue angle of 17.97º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED713C is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 113 60 -
CMYK 0 0.52 0.75 0.07
HSL 17.97º 0.83% 0.58% -
HSV(B) 17.97º 0.75% 0.93% -
XYZ 41.65 30.14 7.9 -
YUV 144.03 80.58 194.31 -
System Red Green Blue C M Y K H S L
Decimal 237 113 60 0 0.52 0.75 0.07 17.97 0.83 0.58
Hex ED 71 3C 0 34 4B 7 12 53 3A
Octal 355 161 74 0 64 113 7 22 123 72
Binary 11101101 1110001 111100 0 110100 1001011 111 10010 1010011 111010

Color Harmonies of #ED713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED713C

Black with #ED713C

Text Example


Text Example

White with #ED713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED713C; }

 p { color: rgb(237,113,60); }

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

background-color css

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

 a { background-color: rgb(237,113,60); }

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

border-color css

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

 span { border-color: rgb(237,113,60); }

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