Html Css Color HEX #ED7546 Jaffa

📋 copy color: '#ED7546'

red 237 ◦ green 117 ◦ blue 70

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

Shades of Jaffa #ED7546

Tints of Jaffa #ED7546

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.59%

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

R = 55.9%
G = 27.59%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED7546 (or 0xED7546) is known color: Jaffa. HEX triplet: ED, 75 and 46. RGB value is (237,117,70). Sum of RGB (Red+Green+Blue) = 237+117+70=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7546 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7546 is #128AB9. Grayscale: #939393. Windows color (decimal): -1215162 or 4617709. OLE color: 4617709.

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

Color convert

RGB 237 117 70 -
CMYK 0 0.51 0.70 0.07
HSL 16.89º 0.82% 0.6% -
HSV(B) 16.89º 0.7% 0.93% -
XYZ 42.39 31.17 9.58 -
YUV 147.52 84.26 191.82 -
System Red Green Blue C M Y K H S L
Decimal 237 117 70 0 0.51 0.70 0.07 16.89 0.82 0.6
Hex ED 75 46 0 33 46 7 11 52 3C
Octal 355 165 106 0 63 106 7 21 122 74
Binary 11101101 1110101 1000110 0 110011 1000110 111 10001 1010010 111100

Color Harmonies of #ED7546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7546

Black with #ED7546

Text Example


Text Example

White with #ED7546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7546; }

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

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

background-color css

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

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

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

border-color css

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

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

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