Html Css Color HEX #ED7143 Jaffa

📋 copy color: '#ED7143'

red 237 ◦ green 113 ◦ blue 67

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

Shades of Jaffa #ED7143

Tints of Jaffa #ED7143

RGB

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

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

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

R = 56.83%
G = 27.1%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED7143 (or 0xED7143) is known color: Jaffa. HEX triplet: ED, 71 and 43. RGB value is (237,113,67). Sum of RGB (Red+Green+Blue) = 237+113+67=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7143 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7143 is #128EBC. Grayscale: #919191. Windows color (decimal): -1216189 or 4420077. OLE color: 4420077.

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

Color convert

RGB 237 113 67 -
CMYK 0 0.52 0.72 0.07
HSL 16.24º 0.83% 0.6% -
HSV(B) 16.24º 0.72% 0.93% -
XYZ 41.84 30.22 8.94 -
YUV 144.83 84.08 193.74 -
System Red Green Blue C M Y K H S L
Decimal 237 113 67 0 0.52 0.72 0.07 16.24 0.83 0.6
Hex ED 71 43 0 34 48 7 10 53 3C
Octal 355 161 103 0 64 110 7 20 123 74
Binary 11101101 1110001 1000011 0 110100 1001000 111 10000 1010011 111100

Color Harmonies of #ED7143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7143

Black with #ED7143

Text Example


Text Example

White with #ED7143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7143; }

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

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

background-color css

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

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

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

border-color css

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

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

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