Html Css Color HEX #ED7343 Jaffa

📋 copy color: '#ED7343'

red 237 ◦ green 115 ◦ blue 67

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

Shades of Jaffa #ED7343

Tints of Jaffa #ED7343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.99%

R = 56.56%
G = 27.45%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED7343 (or 0xED7343) is known color: Jaffa. HEX triplet: ED, 73 and 43. RGB value is (237,115,67). Sum of RGB (Red+Green+Blue) = 237+115+67=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7343 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7343 is #128CBC. Grayscale: #929292. Windows color (decimal): -1215677 or 4420589. OLE color: 4420589.

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

Color convert

RGB 237 115 67 -
CMYK 0 0.51 0.72 0.07
HSL 16.94º 0.83% 0.6% -
HSV(B) 16.94º 0.72% 0.93% -
XYZ 42.07 30.67 9.01 -
YUV 146.01 83.42 192.9 -
System Red Green Blue C M Y K H S L
Decimal 237 115 67 0 0.51 0.72 0.07 16.94 0.83 0.6
Hex ED 73 43 0 33 48 7 11 53 3C
Octal 355 163 103 0 63 110 7 21 123 74
Binary 11101101 1110011 1000011 0 110011 1001000 111 10001 1010011 111100

Color Harmonies of #ED7343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7343

Black with #ED7343

Text Example


Text Example

White with #ED7343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7343; }

 p { color: rgb(237,115,67); }

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

background-color css

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

 a { background-color: rgb(237,115,67); }

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

border-color css

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

 span { border-color: rgb(237,115,67); }

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