Html Css Color HEX #ED7740 Jaffa

📋 copy color: '#ED7740'

red 237 ◦ green 119 ◦ blue 64

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

Shades of Jaffa #ED7740

Tints of Jaffa #ED7740

RGB

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

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

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

R = 56.43%
G = 28.33%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED7740 (or 0xED7740) is known color: Jaffa. HEX triplet: ED, 77 and 40. RGB value is (237,119,64). Sum of RGB (Red+Green+Blue) = 237+119+64=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7740 is #1288BF. Grayscale: #949494. Windows color (decimal): -1214656 or 4225005. OLE color: 4225005.

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

Color convert

RGB 237 119 64 -
CMYK 0 0.50 0.73 0.07
HSL 19.08º 0.83% 0.59% -
HSV(B) 19.08º 0.73% 0.93% -
XYZ 42.45 31.57 8.71 -
YUV 148.01 80.59 191.47 -
System Red Green Blue C M Y K H S L
Decimal 237 119 64 0 0.50 0.73 0.07 19.08 0.83 0.59
Hex ED 77 40 0 32 49 7 13 53 3B
Octal 355 167 100 0 62 111 7 23 123 73
Binary 11101101 1110111 1000000 0 110010 1001001 111 10011 1010011 111011

Color Harmonies of #ED7740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7740

Black with #ED7740

Text Example


Text Example

White with #ED7740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7740; }

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

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

background-color css

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

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

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

border-color css

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

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

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