Html Css Color HEX #ED7440 Jaffa

📋 copy color: '#ED7440'

red 237 ◦ green 116 ◦ blue 64

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

Shades of Jaffa #ED7440

Tints of Jaffa #ED7440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.82%

 BLUE value IS 64 (25.39% from 255) = 15.35%

R = 56.83%
G = 27.82%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED7440 (or 0xED7440) is known color: Jaffa. HEX triplet: ED, 74 and 40. RGB value is (237,116,64). Sum of RGB (Red+Green+Blue) = 237+116+64=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7440 is #128BBF. Grayscale: #929292. Windows color (decimal): -1215424 or 4224237. OLE color: 4224237.

HSL color Cylindrical-coordinate representation of color #ED7440: hue angle of 18.03º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED7440 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 116 64 -
CMYK 0 0.51 0.73 0.07
HSL 18.03º 0.83% 0.59% -
HSV(B) 18.03º 0.73% 0.93% -
XYZ 42.1 30.87 8.59 -
YUV 146.25 81.59 192.73 -
System Red Green Blue C M Y K H S L
Decimal 237 116 64 0 0.51 0.73 0.07 18.03 0.83 0.59
Hex ED 74 40 0 33 49 7 12 53 3B
Octal 355 164 100 0 63 111 7 22 123 73
Binary 11101101 1110100 1000000 0 110011 1001001 111 10010 1010011 111011

Color Harmonies of #ED7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7440

Black with #ED7440

Text Example


Text Example

White with #ED7440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7440; }

 p { color: rgb(237,116,64); }

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

background-color css

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

 a { background-color: rgb(237,116,64); }

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

border-color css

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

 span { border-color: rgb(237,116,64); }

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