Html Css Color HEX #ED7443 Jaffa

📋 copy color: '#ED7443'

red 237 ◦ green 116 ◦ blue 67

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

Shades of Jaffa #ED7443

Tints of Jaffa #ED7443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.95%

R = 56.43%
G = 27.62%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED7443 (or 0xED7443) is known color: Jaffa. HEX triplet: ED, 74 and 43. RGB value is (237,116,67). Sum of RGB (Red+Green+Blue) = 237+116+67=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7443 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7443 is #128BBC. Grayscale: #929292. Windows color (decimal): -1215421 or 4420845. OLE color: 4420845.

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

Color convert

RGB 237 116 67 -
CMYK 0 0.51 0.72 0.07
HSL 17.29º 0.83% 0.6% -
HSV(B) 17.29º 0.72% 0.93% -
XYZ 42.18 30.9 9.05 -
YUV 146.59 83.09 192.48 -
System Red Green Blue C M Y K H S L
Decimal 237 116 67 0 0.51 0.72 0.07 17.29 0.83 0.6
Hex ED 74 43 0 33 48 7 11 53 3C
Octal 355 164 103 0 63 110 7 21 123 74
Binary 11101101 1110100 1000011 0 110011 1001000 111 10001 1010011 111100

Color Harmonies of #ED7443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7443

Black with #ED7443

Text Example


Text Example

White with #ED7443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7443; }

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

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

background-color css

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

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

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

border-color css

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

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

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