Html Css Color HEX #ED7747 Jaffa

📋 copy color: '#ED7747'

red 237 ◦ green 119 ◦ blue 71

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

Shades of Jaffa #ED7747

Tints of Jaffa #ED7747

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.87%

 BLUE value IS 71 (28.13% from 255) = 16.63%

R = 55.5%
G = 27.87%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED7747 (or 0xED7747) is known color: Jaffa. HEX triplet: ED, 77 and 47. RGB value is (237,119,71). Sum of RGB (Red+Green+Blue) = 237+119+71=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7747 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7747 is #1288B8. Grayscale: #959595. Windows color (decimal): -1214649 or 4683757. OLE color: 4683757.

HSL color Cylindrical-coordinate representation of color #ED7747: hue angle of 17.35º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED7747 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 119 71 -
CMYK 0 0.50 0.70 0.07
HSL 17.35º 0.82% 0.6% -
HSV(B) 17.35º 0.7% 0.93% -
XYZ 42.66 31.65 9.82 -
YUV 148.81 84.09 190.9 -
System Red Green Blue C M Y K H S L
Decimal 237 119 71 0 0.50 0.70 0.07 17.35 0.82 0.6
Hex ED 77 47 0 32 46 7 11 52 3C
Octal 355 167 107 0 62 106 7 21 122 74
Binary 11101101 1110111 1000111 0 110010 1000110 111 10001 1010010 111100

Color Harmonies of #ED7747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7747

Black with #ED7747

Text Example


Text Example

White with #ED7747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7747; }

 p { color: rgb(237,119,71); }

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

background-color css

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

 a { background-color: rgb(237,119,71); }

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

border-color css

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

 span { border-color: rgb(237,119,71); }

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