Html Css Color HEX #ED7746 Jaffa

📋 copy color: '#ED7746'

red 237 ◦ green 119 ◦ blue 70

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

Shades of Jaffa #ED7746

Tints of Jaffa #ED7746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.43%

R = 55.63%
G = 27.93%
B = 16.43%

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

#ED7746 (or 0xED7746) is known color: Jaffa. HEX triplet: ED, 77 and 46. RGB value is (237,119,70). Sum of RGB (Red+Green+Blue) = 237+119+70=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7746 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7746 is #1288B9. Grayscale: #959595. Windows color (decimal): -1214650 or 4618221. OLE color: 4618221.

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

Color convert

RGB 237 119 70 -
CMYK 0 0.50 0.70 0.07
HSL 17.6º 0.82% 0.6% -
HSV(B) 17.6º 0.7% 0.93% -
XYZ 42.63 31.64 9.65 -
YUV 148.7 83.59 190.98 -
System Red Green Blue C M Y K H S L
Decimal 237 119 70 0 0.50 0.70 0.07 17.6 0.82 0.6
Hex ED 77 46 0 32 46 7 12 52 3C
Octal 355 167 106 0 62 106 7 22 122 74
Binary 11101101 1110111 1000110 0 110010 1000110 111 10010 1010010 111100

Color Harmonies of #ED7746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7746

Black with #ED7746

Text Example


Text Example

White with #ED7746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7746; }

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

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

background-color css

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

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

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

border-color css

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

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

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