Html Css Color HEX #ED7645 Jaffa

📋 copy color: '#ED7645'

red 237 ◦ green 118 ◦ blue 69

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

Shades of Jaffa #ED7645

Tints of Jaffa #ED7645

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.83%

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

R = 55.9%
G = 27.83%
B = 16.27%

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

#ED7645 (or 0xED7645) is known color: Jaffa. HEX triplet: ED, 76 and 45. RGB value is (237,118,69). Sum of RGB (Red+Green+Blue) = 237+118+69=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7645 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7645 is #1289BA. Grayscale: #949494. Windows color (decimal): -1214907 or 4552429. OLE color: 4552429.

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

Color convert

RGB 237 118 69 -
CMYK 0 0.50 0.71 0.07
HSL 17.5º 0.82% 0.6% -
HSV(B) 17.5º 0.71% 0.93% -
XYZ 42.48 31.39 9.45 -
YUV 148 83.42 191.48 -
System Red Green Blue C M Y K H S L
Decimal 237 118 69 0 0.50 0.71 0.07 17.5 0.82 0.6
Hex ED 76 45 0 32 47 7 12 52 3C
Octal 355 166 105 0 62 107 7 22 122 74
Binary 11101101 1110110 1000101 0 110010 1000111 111 10010 1010010 111100

Color Harmonies of #ED7645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7645

Black with #ED7645

Text Example


Text Example

White with #ED7645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7645; }

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

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

background-color css

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

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

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

border-color css

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

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

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