Html Css Color HEX #ED7745 Jaffa

📋 copy color: '#ED7745'

red 237 ◦ green 119 ◦ blue 69

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

Shades of Jaffa #ED7745

Tints of Jaffa #ED7745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.24%

R = 55.76%
G = 28%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED7745 (or 0xED7745) is known color: Jaffa. HEX triplet: ED, 77 and 45. RGB value is (237,119,69). Sum of RGB (Red+Green+Blue) = 237+119+69=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7745 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7745 is #1288BA. Grayscale: #949494. Windows color (decimal): -1214651 or 4552685. OLE color: 4552685.

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

Color convert

RGB 237 119 69 -
CMYK 0 0.50 0.71 0.07
HSL 17.86º 0.82% 0.6% -
HSV(B) 17.86º 0.71% 0.93% -
XYZ 42.6 31.63 9.49 -
YUV 148.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 237 119 69 0 0.50 0.71 0.07 17.86 0.82 0.6
Hex ED 77 45 0 32 47 7 12 52 3C
Octal 355 167 105 0 62 107 7 22 122 74
Binary 11101101 1110111 1000101 0 110010 1000111 111 10010 1010010 111100

Color Harmonies of #ED7745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7745

Black with #ED7745

Text Example


Text Example

White with #ED7745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7745; }

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

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

background-color css

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

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

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

border-color css

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

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

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